[INFO] crate scm 0.0.3 is already in cache [INFO] extracting crate scm 0.0.3 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/scm/0.0.3 [INFO] extracting crate scm 0.0.3 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/scm/0.0.3 [INFO] validating manifest of scm-0.0.3 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of scm-0.0.3 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing scm-0.0.3 [INFO] finished frobbing scm-0.0.3 [INFO] frobbed toml for scm-0.0.3 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/scm/0.0.3/Cargo.toml [INFO] started frobbing scm-0.0.3 [INFO] finished frobbing scm-0.0.3 [INFO] frobbed toml for scm-0.0.3 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/scm/0.0.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking scm-0.0.3 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-6/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/scm/0.0.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a39975bb9caf3ec2c670c58235b506f31dd20ba9706617b5f391330640536c3c [INFO] running `"docker" "start" "-a" "a39975bb9caf3ec2c670c58235b506f31dd20ba9706617b5f391330640536c3c"` [INFO] [stderr] Checking commandext v0.1.0 [INFO] [stderr] Checking scm v0.0.3 (/opt/crater/workdir) [INFO] [stderr] warning: unknown lint: `unstable` [INFO] [stderr] --> src/lib.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #![allow(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/git.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/hg.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/svn.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `unstable` [INFO] [stderr] --> src/lib.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #![allow(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/git.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/hg.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/svn.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::File` [INFO] [stderr] --> src/git.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | use std::io::File; [INFO] [stderr] | ^^^^^^^^^^^^^ no `File` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::process` [INFO] [stderr] --> src/git.rs:133:14 [INFO] [stderr] | [INFO] [stderr] 133 | use std::io::process::Command; [INFO] [stderr] | ^^^^^^^ could not find `process` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::os::getcwd` [INFO] [stderr] --> src/git.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | use std::os::getcwd; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `getcwd` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::process` [INFO] [stderr] --> src/hg.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 95 | use std::io::process::Command; [INFO] [stderr] | ^^^^^^^ could not find `process` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::process` [INFO] [stderr] --> src/svn.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use std::io::process::Command; [INFO] [stderr] | ^^^^^^^ could not find `process` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/lib.rs:5:4 [INFO] [stderr] | [INFO] [stderr] 5 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:129:4 [INFO] [stderr] | [INFO] [stderr] 129 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:93:4 [INFO] [stderr] | [INFO] [stderr] 93 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq` [INFO] [stderr] --> src/git.rs:140:10 [INFO] [stderr] | [INFO] [stderr] 140 | #[derive(PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:139:3 [INFO] [stderr] | [INFO] [stderr] 139 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq` [INFO] [stderr] --> src/git.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:151:3 [INFO] [stderr] | [INFO] [stderr] 151 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:161:3 [INFO] [stderr] | [INFO] [stderr] 161 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:176:7 [INFO] [stderr] | [INFO] [stderr] 176 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:198:7 [INFO] [stderr] | [INFO] [stderr] 198 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:216:7 [INFO] [stderr] | [INFO] [stderr] 216 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:239:7 [INFO] [stderr] | [INFO] [stderr] 239 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:299:7 [INFO] [stderr] | [INFO] [stderr] 299 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:310:7 [INFO] [stderr] | [INFO] [stderr] 310 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:321:7 [INFO] [stderr] | [INFO] [stderr] 321 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:332:7 [INFO] [stderr] | [INFO] [stderr] 332 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:343:7 [INFO] [stderr] | [INFO] [stderr] 343 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:354:7 [INFO] [stderr] | [INFO] [stderr] 354 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:371:7 [INFO] [stderr] | [INFO] [stderr] 371 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:387:7 [INFO] [stderr] | [INFO] [stderr] 387 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:397:7 [INFO] [stderr] | [INFO] [stderr] 397 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:407:7 [INFO] [stderr] | [INFO] [stderr] 407 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:417:7 [INFO] [stderr] | [INFO] [stderr] 417 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:427:7 [INFO] [stderr] | [INFO] [stderr] 427 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:437:7 [INFO] [stderr] | [INFO] [stderr] 437 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:447:7 [INFO] [stderr] | [INFO] [stderr] 447 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:525:7 [INFO] [stderr] | [INFO] [stderr] 525 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args_nl` [INFO] [stderr] --> src/git.rs:548:29 [INFO] [stderr] | [INFO] [stderr] 548 | / println!("Remote Heads: {:?}", [INFO] [stderr] 549 | | self.remotes_by_type(branch, [INFO] [stderr] 550 | | RefType::Heads)); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args_nl` [INFO] [stderr] --> src/git.rs:551:29 [INFO] [stderr] | [INFO] [stderr] 551 | / println!("Remote Tags: {:?}", [INFO] [stderr] 552 | | self.remotes_by_type(branch, [INFO] [stderr] 553 | | RefType::Tags)); [INFO] [stderr] | |__________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:98:3 [INFO] [stderr] | [INFO] [stderr] 98 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:134:7 [INFO] [stderr] | [INFO] [stderr] 134 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:152:7 [INFO] [stderr] | [INFO] [stderr] 152 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:175:7 [INFO] [stderr] | [INFO] [stderr] 175 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:236:7 [INFO] [stderr] | [INFO] [stderr] 236 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:247:7 [INFO] [stderr] | [INFO] [stderr] 247 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:258:7 [INFO] [stderr] | [INFO] [stderr] 258 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:269:7 [INFO] [stderr] | [INFO] [stderr] 269 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:280:7 [INFO] [stderr] | [INFO] [stderr] 280 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:291:7 [INFO] [stderr] | [INFO] [stderr] 291 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:302:7 [INFO] [stderr] | [INFO] [stderr] 302 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:313:7 [INFO] [stderr] | [INFO] [stderr] 313 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:52:7 [INFO] [stderr] | [INFO] [stderr] 52 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:70:7 [INFO] [stderr] | [INFO] [stderr] 70 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:93:7 [INFO] [stderr] | [INFO] [stderr] 93 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:178:7 [INFO] [stderr] | [INFO] [stderr] 178 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::File` [INFO] [stderr] --> src/git.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | use std::io::File; [INFO] [stderr] | ^^^^^^^^^^^^^ no `File` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:189:7 [INFO] [stderr] | [INFO] [stderr] 189 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::process` [INFO] [stderr] --> src/git.rs:133:14 [INFO] [stderr] | [INFO] [stderr] 133 | use std::io::process::Command; [INFO] [stderr] | ^^^^^^^ could not find `process` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:200:7 [INFO] [stderr] | [INFO] [stderr] 200 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::os::getcwd` [INFO] [stderr] --> src/git.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | use std::os::getcwd; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `getcwd` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::io::File`, `std::io::IoResult` [INFO] [stderr] --> src/git.rs:574:19 [INFO] [stderr] | [INFO] [stderr] 574 | use std::io::{File,IoResult}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | no `IoResult` in `io` [INFO] [stderr] | | help: a similar name exists in the module: `Result` [INFO] [stderr] | no `File` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> src/git.rs:575:18 [INFO] [stderr] | [INFO] [stderr] 575 | use std::io::fs::PathExtensions; [INFO] [stderr] | ^^ could not find `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> src/git.rs:576:18 [INFO] [stderr] | [INFO] [stderr] 576 | use std::io::fs::{mkdir_recursive,rmdir_recursive}; [INFO] [stderr] | ^^ could not find `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::process` [INFO] [stderr] --> src/hg.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 95 | use std::io::process::Command; [INFO] [stderr] | ^^^^^^^ could not find `process` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stderr] --> src/hg.rs:326:9 [INFO] [stderr] | [INFO] [stderr] 326 | use std::io::IoResult; [INFO] [stderr] | ^^^^^^^^^-------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Result` [INFO] [stderr] | no `IoResult` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> src/hg.rs:327:18 [INFO] [stderr] | [INFO] [stderr] 327 | use std::io::fs::{File,PathExtensions}; [INFO] [stderr] | ^^ could not find `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> src/hg.rs:328:18 [INFO] [stderr] | [INFO] [stderr] 328 | use std::io::fs::{copy,mkdir_recursive,rmdir_recursive}; [INFO] [stderr] | ^^ could not find `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::os::getcwd` [INFO] [stderr] --> src/hg.rs:329:9 [INFO] [stderr] | [INFO] [stderr] 329 | use std::os::getcwd; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `getcwd` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::process` [INFO] [stderr] --> src/svn.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use std::io::process::Command; [INFO] [stderr] | ^^^^^^^ could not find `process` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/lib.rs:5:4 [INFO] [stderr] | [INFO] [stderr] 5 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:129:4 [INFO] [stderr] | [INFO] [stderr] 129 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:93:4 [INFO] [stderr] | [INFO] [stderr] 93 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq` [INFO] [stderr] --> src/git.rs:140:10 [INFO] [stderr] | [INFO] [stderr] 140 | #[derive(PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:139:3 [INFO] [stderr] | [INFO] [stderr] 139 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `PartialEq` [INFO] [stderr] --> src/git.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[derive(PartialEq)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:151:3 [INFO] [stderr] | [INFO] [stderr] 151 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:161:3 [INFO] [stderr] | [INFO] [stderr] 161 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:176:7 [INFO] [stderr] | [INFO] [stderr] 176 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:198:7 [INFO] [stderr] | [INFO] [stderr] 198 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:216:7 [INFO] [stderr] | [INFO] [stderr] 216 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:239:7 [INFO] [stderr] | [INFO] [stderr] 239 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:299:7 [INFO] [stderr] | [INFO] [stderr] 299 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:310:7 [INFO] [stderr] | [INFO] [stderr] 310 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:321:7 [INFO] [stderr] | [INFO] [stderr] 321 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:332:7 [INFO] [stderr] | [INFO] [stderr] 332 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:343:7 [INFO] [stderr] | [INFO] [stderr] 343 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:354:7 [INFO] [stderr] | [INFO] [stderr] 354 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:371:7 [INFO] [stderr] | [INFO] [stderr] 371 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:387:7 [INFO] [stderr] | [INFO] [stderr] 387 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:397:7 [INFO] [stderr] | [INFO] [stderr] 397 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:407:7 [INFO] [stderr] | [INFO] [stderr] 407 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:417:7 [INFO] [stderr] | [INFO] [stderr] 417 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:427:7 [INFO] [stderr] | [INFO] [stderr] 427 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:437:7 [INFO] [stderr] | [INFO] [stderr] 437 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:447:7 [INFO] [stderr] | [INFO] [stderr] 447 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:471:23 [INFO] [stderr] | [INFO] [stderr] 471 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:497:23 [INFO] [stderr] | [INFO] [stderr] 497 | Err(e) => panic!("failed to execute process: {}", e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/git.rs:525:7 [INFO] [stderr] | [INFO] [stderr] 525 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/git.rs:163:16 [INFO] [stderr] | [INFO] [stderr] 163 | wd: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 130 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/git.rs:199:30 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn wd(&mut self, wd: Path) -> &mut GitCommand { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 130 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/hg.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | wd: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 94 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/hg.rs:135:30 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn wd(&mut self, wd: Path) -> &mut HgCommand { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 94 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/svn.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | wd: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/svn.rs:53:30 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn wd(&mut self, wd: Path) -> &mut SvnCommand { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args_nl` [INFO] [stderr] --> src/git.rs:548:29 [INFO] [stderr] | [INFO] [stderr] 548 | / println!("Remote Heads: {:?}", [INFO] [stderr] 549 | | self.remotes_by_type(branch, [INFO] [stderr] 550 | | RefType::Heads)); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args_nl` [INFO] [stderr] --> src/git.rs:551:29 [INFO] [stderr] | [INFO] [stderr] 551 | / println!("Remote Tags: {:?}", [INFO] [stderr] 552 | | self.remotes_by_type(branch, [INFO] [stderr] 553 | | RefType::Tags)); [INFO] [stderr] | |__________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/git.rs:608:7 [INFO] [stderr] | [INFO] [stderr] 608 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Heads`, `Tags` [INFO] [stderr] --> src/git.rs:136:21 [INFO] [stderr] | [INFO] [stderr] 136 | use self::RefType::{Heads,Tags}; [INFO] [stderr] | ^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:625:9 [INFO] [stderr] | [INFO] [stderr] 625 | assert_eq!(Ok(0), init_bare(&gcmd, "pulltest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:625:9 [INFO] [stderr] | [INFO] [stderr] 625 | assert_eq!(Ok(0), init_bare(&gcmd, "pulltest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:625:9 [INFO] [stderr] | [INFO] [stderr] 625 | assert_eq!(Ok(0), init_bare(&gcmd, "pulltest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:625:9 [INFO] [stderr] | [INFO] [stderr] 625 | assert_eq!(Ok(0), init_bare(&gcmd, "pulltest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:629:9 [INFO] [stderr] | [INFO] [stderr] 629 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:629:9 [INFO] [stderr] | [INFO] [stderr] 629 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:629:9 [INFO] [stderr] | [INFO] [stderr] 629 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:629:9 [INFO] [stderr] | [INFO] [stderr] 629 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:633:9 [INFO] [stderr] | [INFO] [stderr] 633 | assert_eq!(Ok(0), gcmd.init(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:633:9 [INFO] [stderr] | [INFO] [stderr] 633 | assert_eq!(Ok(0), gcmd.init(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:633:9 [INFO] [stderr] | [INFO] [stderr] 633 | assert_eq!(Ok(0), gcmd.init(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:633:9 [INFO] [stderr] | [INFO] [stderr] 633 | assert_eq!(Ok(0), gcmd.init(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:634:9 [INFO] [stderr] | [INFO] [stderr] 634 | / assert_eq!(Ok(0), gcmd.remote(Some(vec!["add", [INFO] [stderr] 635 | | "origin", [INFO] [stderr] 636 | | "/tmp/pulltest.git"]), [INFO] [stderr] 637 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:634:9 [INFO] [stderr] | [INFO] [stderr] 634 | / assert_eq!(Ok(0), gcmd.remote(Some(vec!["add", [INFO] [stderr] 635 | | "origin", [INFO] [stderr] 636 | | "/tmp/pulltest.git"]), [INFO] [stderr] 637 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:634:9 [INFO] [stderr] | [INFO] [stderr] 634 | / assert_eq!(Ok(0), gcmd.remote(Some(vec!["add", [INFO] [stderr] 635 | | "origin", [INFO] [stderr] 636 | | "/tmp/pulltest.git"]), [INFO] [stderr] 637 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:634:9 [INFO] [stderr] | [INFO] [stderr] 634 | / assert_eq!(Ok(0), gcmd.remote(Some(vec!["add", [INFO] [stderr] 635 | | "origin", [INFO] [stderr] 636 | | "/tmp/pulltest.git"]), [INFO] [stderr] 637 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:638:9 [INFO] [stderr] | [INFO] [stderr] 638 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:638:9 [INFO] [stderr] | [INFO] [stderr] 638 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:638:9 [INFO] [stderr] | [INFO] [stderr] 638 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:638:9 [INFO] [stderr] | [INFO] [stderr] 638 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:639:9 [INFO] [stderr] | [INFO] [stderr] 639 | assert_eq!(Ok(0), gcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:639:9 [INFO] [stderr] | [INFO] [stderr] 639 | assert_eq!(Ok(0), gcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:639:9 [INFO] [stderr] | [INFO] [stderr] 639 | assert_eq!(Ok(0), gcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:639:9 [INFO] [stderr] | [INFO] [stderr] 639 | assert_eq!(Ok(0), gcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:642:9 [INFO] [stderr] | [INFO] [stderr] 642 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.email", [INFO] [stderr] 643 | | "jason.g.ozias@gmail.com"]), [INFO] [stderr] 644 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:642:9 [INFO] [stderr] | [INFO] [stderr] 642 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.email", [INFO] [stderr] 643 | | "jason.g.ozias@gmail.com"]), [INFO] [stderr] 644 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:642:9 [INFO] [stderr] | [INFO] [stderr] 642 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.email", [INFO] [stderr] 643 | | "jason.g.ozias@gmail.com"]), [INFO] [stderr] 644 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:642:9 [INFO] [stderr] | [INFO] [stderr] 642 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.email", [INFO] [stderr] 643 | | "jason.g.ozias@gmail.com"]), [INFO] [stderr] 644 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:645:9 [INFO] [stderr] | [INFO] [stderr] 645 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.name", "Jason Ozias"]), [INFO] [stderr] 646 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:645:9 [INFO] [stderr] | [INFO] [stderr] 645 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.name", "Jason Ozias"]), [INFO] [stderr] 646 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:645:9 [INFO] [stderr] | [INFO] [stderr] 645 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.name", "Jason Ozias"]), [INFO] [stderr] 646 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:645:9 [INFO] [stderr] | [INFO] [stderr] 645 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["user.name", "Jason Ozias"]), [INFO] [stderr] 646 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:647:9 [INFO] [stderr] | [INFO] [stderr] 647 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["push.default", "simple"]), [INFO] [stderr] 648 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:647:9 [INFO] [stderr] | [INFO] [stderr] 647 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["push.default", "simple"]), [INFO] [stderr] 648 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:647:9 [INFO] [stderr] | [INFO] [stderr] 647 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["push.default", "simple"]), [INFO] [stderr] 648 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:647:9 [INFO] [stderr] | [INFO] [stderr] 647 | / assert_eq!(Ok(0), gcmd.config(Some(vec!["push.default", "simple"]), [INFO] [stderr] 648 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:651:9 [INFO] [stderr] | [INFO] [stderr] 651 | / assert_eq!(Ok(0), gcmd.commit(Some(vec!["-m", "initial commit"]), [INFO] [stderr] 652 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:651:9 [INFO] [stderr] | [INFO] [stderr] 651 | / assert_eq!(Ok(0), gcmd.commit(Some(vec!["-m", "initial commit"]), [INFO] [stderr] 652 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:651:9 [INFO] [stderr] | [INFO] [stderr] 651 | / assert_eq!(Ok(0), gcmd.commit(Some(vec!["-m", "initial commit"]), [INFO] [stderr] 652 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:651:9 [INFO] [stderr] | [INFO] [stderr] 651 | / assert_eq!(Ok(0), gcmd.commit(Some(vec!["-m", "initial commit"]), [INFO] [stderr] 652 | | to_res())); [INFO] [stderr] | |_________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:653:9 [INFO] [stderr] | [INFO] [stderr] 653 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "master"]), [INFO] [stderr] 654 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:653:9 [INFO] [stderr] | [INFO] [stderr] 653 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "master"]), [INFO] [stderr] 654 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:653:9 [INFO] [stderr] | [INFO] [stderr] 653 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "master"]), [INFO] [stderr] 654 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:653:9 [INFO] [stderr] | [INFO] [stderr] 653 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "master"]), [INFO] [stderr] 654 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:657:9 [INFO] [stderr] | [INFO] [stderr] 657 | assert_eq!(Ok(0), gcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:657:9 [INFO] [stderr] | [INFO] [stderr] 657 | assert_eq!(Ok(0), gcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:657:9 [INFO] [stderr] | [INFO] [stderr] 657 | assert_eq!(Ok(0), gcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:657:9 [INFO] [stderr] | [INFO] [stderr] 657 | assert_eq!(Ok(0), gcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:658:9 [INFO] [stderr] | [INFO] [stderr] 658 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:658:9 [INFO] [stderr] | [INFO] [stderr] 658 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:658:9 [INFO] [stderr] | [INFO] [stderr] 658 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:658:9 [INFO] [stderr] | [INFO] [stderr] 658 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:659:9 [INFO] [stderr] | [INFO] [stderr] 659 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "feature"]), [INFO] [stderr] 660 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:659:9 [INFO] [stderr] | [INFO] [stderr] 659 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "feature"]), [INFO] [stderr] 660 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:659:9 [INFO] [stderr] | [INFO] [stderr] 659 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "feature"]), [INFO] [stderr] 660 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:659:9 [INFO] [stderr] | [INFO] [stderr] 659 | / assert_eq!(Ok(0), gcmd.push(Some(vec!["-u", "origin", "feature"]), [INFO] [stderr] 660 | | to_res())); [INFO] [stderr] | |_______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:663:9 [INFO] [stderr] | [INFO] [stderr] 663 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["master"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:663:9 [INFO] [stderr] | [INFO] [stderr] 663 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["master"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:663:9 [INFO] [stderr] | [INFO] [stderr] 663 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["master"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:663:9 [INFO] [stderr] | [INFO] [stderr] 663 | assert_eq!(Ok(0), gcmd.checkout(Some(vec!["master"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:667:9 [INFO] [stderr] | [INFO] [stderr] 667 | assert_eq!(Ok(0), gcmd.pull(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:667:9 [INFO] [stderr] | [INFO] [stderr] 667 | assert_eq!(Ok(0), gcmd.pull(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:667:9 [INFO] [stderr] | [INFO] [stderr] 667 | assert_eq!(Ok(0), gcmd.pull(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:667:9 [INFO] [stderr] | [INFO] [stderr] 667 | assert_eq!(Ok(0), gcmd.pull(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:671:9 [INFO] [stderr] | [INFO] [stderr] 671 | assert_eq!(Ok(0), clone_into(&gcmd, "pulltest1", Some("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:671:9 [INFO] [stderr] | [INFO] [stderr] 671 | assert_eq!(Ok(0), clone_into(&gcmd, "pulltest1", Some("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:671:9 [INFO] [stderr] | [INFO] [stderr] 671 | assert_eq!(Ok(0), clone_into(&gcmd, "pulltest1", Some("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:671:9 [INFO] [stderr] | [INFO] [stderr] 671 | assert_eq!(Ok(0), clone_into(&gcmd, "pulltest1", Some("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:673:9 [INFO] [stderr] | [INFO] [stderr] 673 | assert_eq!(Ok(0), gcmd.fetch(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:673:9 [INFO] [stderr] | [INFO] [stderr] 673 | assert_eq!(Ok(0), gcmd.fetch(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:673:9 [INFO] [stderr] | [INFO] [stderr] 673 | assert_eq!(Ok(0), gcmd.fetch(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:673:9 [INFO] [stderr] | [INFO] [stderr] 673 | assert_eq!(Ok(0), gcmd.fetch(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:674:9 [INFO] [stderr] | [INFO] [stderr] 674 | assert_eq!(Ok(0), gcmd.remote(Some(vec!["update"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:674:9 [INFO] [stderr] | [INFO] [stderr] 674 | assert_eq!(Ok(0), gcmd.remote(Some(vec!["update"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:674:9 [INFO] [stderr] | [INFO] [stderr] 674 | assert_eq!(Ok(0), gcmd.remote(Some(vec!["update"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:674:9 [INFO] [stderr] | [INFO] [stderr] 674 | assert_eq!(Ok(0), gcmd.remote(Some(vec!["update"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:675:9 [INFO] [stderr] | [INFO] [stderr] 675 | assert_eq!(Ok(0), gcmd.update_branch("master")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:675:9 [INFO] [stderr] | [INFO] [stderr] 675 | assert_eq!(Ok(0), gcmd.update_branch("master")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:675:9 [INFO] [stderr] | [INFO] [stderr] 675 | assert_eq!(Ok(0), gcmd.update_branch("master")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:675:9 [INFO] [stderr] | [INFO] [stderr] 675 | assert_eq!(Ok(0), gcmd.update_branch("master")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:611:19 [INFO] [stderr] | [INFO] [stderr] 611 | let tmp = Path::new("/tmp"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:613:13 [INFO] [stderr] | [INFO] [stderr] 613 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:613:13 [INFO] [stderr] | [INFO] [stderr] 613 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:613:13 [INFO] [stderr] | [INFO] [stderr] 613 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:613:13 [INFO] [stderr] | [INFO] [stderr] 613 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:616:13 [INFO] [stderr] | [INFO] [stderr] 616 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:616:13 [INFO] [stderr] | [INFO] [stderr] 616 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:616:13 [INFO] [stderr] | [INFO] [stderr] 616 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:616:13 [INFO] [stderr] | [INFO] [stderr] 616 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:619:13 [INFO] [stderr] | [INFO] [stderr] 619 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:619:13 [INFO] [stderr] | [INFO] [stderr] 619 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:619:13 [INFO] [stderr] | [INFO] [stderr] 619 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:619:13 [INFO] [stderr] | [INFO] [stderr] 619 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:628:18 [INFO] [stderr] | [INFO] [stderr] 628 | let pt = Path::new("/tmp/pulltest"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:632:17 [INFO] [stderr] | [INFO] [stderr] 632 | gcmd.wd(Path::new("/tmp/pulltest")); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:666:17 [INFO] [stderr] | [INFO] [stderr] 666 | gcmd.wd(Path::new("/tmp/pulltest")); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:670:17 [INFO] [stderr] | [INFO] [stderr] 670 | gcmd.wd(Path::new("/tmp")); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:672:17 [INFO] [stderr] | [INFO] [stderr] 672 | gcmd.wd(Path::new("/tmp/pulltest1")); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/git.rs:678:19 [INFO] [stderr] | [INFO] [stderr] 678 | let tmp = Path::new("/tmp"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:680:13 [INFO] [stderr] | [INFO] [stderr] 680 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:680:13 [INFO] [stderr] | [INFO] [stderr] 680 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:680:13 [INFO] [stderr] | [INFO] [stderr] 680 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:680:13 [INFO] [stderr] | [INFO] [stderr] 680 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:683:13 [INFO] [stderr] | [INFO] [stderr] 683 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:683:13 [INFO] [stderr] | [INFO] [stderr] 683 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:683:13 [INFO] [stderr] | [INFO] [stderr] 683 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:683:13 [INFO] [stderr] | [INFO] [stderr] 683 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest1"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/git.rs:686:13 [INFO] [stderr] | [INFO] [stderr] 686 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/git.rs:686:13 [INFO] [stderr] | [INFO] [stderr] 686 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/git.rs:686:13 [INFO] [stderr] | [INFO] [stderr] 686 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/git.rs:686:13 [INFO] [stderr] | [INFO] [stderr] 686 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("pulltest.git"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:98:3 [INFO] [stderr] | [INFO] [stderr] 98 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:134:7 [INFO] [stderr] | [INFO] [stderr] 134 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:152:7 [INFO] [stderr] | [INFO] [stderr] 152 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:175:7 [INFO] [stderr] | [INFO] [stderr] 175 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:236:7 [INFO] [stderr] | [INFO] [stderr] 236 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:247:7 [INFO] [stderr] | [INFO] [stderr] 247 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:258:7 [INFO] [stderr] | [INFO] [stderr] 258 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:269:7 [INFO] [stderr] | [INFO] [stderr] 269 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:280:7 [INFO] [stderr] | [INFO] [stderr] 280 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:291:7 [INFO] [stderr] | [INFO] [stderr] 291 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:302:7 [INFO] [stderr] | [INFO] [stderr] 302 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/hg.rs:313:7 [INFO] [stderr] | [INFO] [stderr] 313 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/hg.rs:351:7 [INFO] [stderr] | [INFO] [stderr] 351 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:365:9 [INFO] [stderr] | [INFO] [stderr] 365 | assert_eq!(Ok(0), init(&hcmd, "hgtest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:365:9 [INFO] [stderr] | [INFO] [stderr] 365 | assert_eq!(Ok(0), init(&hcmd, "hgtest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:365:9 [INFO] [stderr] | [INFO] [stderr] 365 | assert_eq!(Ok(0), init(&hcmd, "hgtest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:365:9 [INFO] [stderr] | [INFO] [stderr] 365 | assert_eq!(Ok(0), init(&hcmd, "hgtest")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 369 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 369 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 369 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:369:9 [INFO] [stderr] | [INFO] [stderr] 369 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:373:9 [INFO] [stderr] | [INFO] [stderr] 373 | / assert_eq!(Ok(0), hcmd.clone( [INFO] [stderr] 374 | | Some(vec!["/tmp/hgtest.hg", "."]), to_res())); [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:373:9 [INFO] [stderr] | [INFO] [stderr] 373 | / assert_eq!(Ok(0), hcmd.clone( [INFO] [stderr] 374 | | Some(vec!["/tmp/hgtest.hg", "."]), to_res())); [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:373:9 [INFO] [stderr] | [INFO] [stderr] 373 | / assert_eq!(Ok(0), hcmd.clone( [INFO] [stderr] 374 | | Some(vec!["/tmp/hgtest.hg", "."]), to_res())); [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:373:9 [INFO] [stderr] | [INFO] [stderr] 373 | / assert_eq!(Ok(0), hcmd.clone( [INFO] [stderr] 374 | | Some(vec!["/tmp/hgtest.hg", "."]), to_res())); [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | assert_eq!(Ok(()), copy(&hgrc, &pt.join(".hg").join("hgrc"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | assert_eq!(Ok(()), copy(&hgrc, &pt.join(".hg").join("hgrc"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | assert_eq!(Ok(()), copy(&hgrc, &pt.join(".hg").join("hgrc"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | assert_eq!(Ok(()), copy(&hgrc, &pt.join(".hg").join("hgrc"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | assert_eq!(Ok(()), touch(&pt.join("README.md"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:382:9 [INFO] [stderr] | [INFO] [stderr] 382 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:382:9 [INFO] [stderr] | [INFO] [stderr] 382 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:382:9 [INFO] [stderr] | [INFO] [stderr] 382 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:382:9 [INFO] [stderr] | [INFO] [stderr] 382 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:383:9 [INFO] [stderr] | [INFO] [stderr] 383 | / assert_eq!(Ok(0), [INFO] [stderr] 384 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:383:9 [INFO] [stderr] | [INFO] [stderr] 383 | / assert_eq!(Ok(0), [INFO] [stderr] 384 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:383:9 [INFO] [stderr] | [INFO] [stderr] 383 | / assert_eq!(Ok(0), [INFO] [stderr] 384 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:383:9 [INFO] [stderr] | [INFO] [stderr] 383 | / assert_eq!(Ok(0), [INFO] [stderr] 384 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | assert_eq!(Ok(0), hcmd.push(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | assert_eq!(Ok(0), hcmd.push(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | assert_eq!(Ok(0), hcmd.push(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | assert_eq!(Ok(0), hcmd.push(None, to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:388:9 [INFO] [stderr] | [INFO] [stderr] 388 | assert_eq!(Ok(0), hcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:388:9 [INFO] [stderr] | [INFO] [stderr] 388 | assert_eq!(Ok(0), hcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:388:9 [INFO] [stderr] | [INFO] [stderr] 388 | assert_eq!(Ok(0), hcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:388:9 [INFO] [stderr] | [INFO] [stderr] 388 | assert_eq!(Ok(0), hcmd.branch(Some(vec!["feature"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:389:9 [INFO] [stderr] | [INFO] [stderr] 389 | assert_eq!(Ok(()), touch(&pt.join("blah"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:389:9 [INFO] [stderr] | [INFO] [stderr] 389 | assert_eq!(Ok(()), touch(&pt.join("blah"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:389:9 [INFO] [stderr] | [INFO] [stderr] 389 | assert_eq!(Ok(()), touch(&pt.join("blah"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:389:9 [INFO] [stderr] | [INFO] [stderr] 389 | assert_eq!(Ok(()), touch(&pt.join("blah"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:392:9 [INFO] [stderr] | [INFO] [stderr] 392 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:392:9 [INFO] [stderr] | [INFO] [stderr] 392 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:392:9 [INFO] [stderr] | [INFO] [stderr] 392 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:392:9 [INFO] [stderr] | [INFO] [stderr] 392 | assert_eq!(Ok(0), hcmd.add(Some(vec!["."]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:393:9 [INFO] [stderr] | [INFO] [stderr] 393 | / assert_eq!(Ok(0), [INFO] [stderr] 394 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:393:9 [INFO] [stderr] | [INFO] [stderr] 393 | / assert_eq!(Ok(0), [INFO] [stderr] 394 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:393:9 [INFO] [stderr] | [INFO] [stderr] 393 | / assert_eq!(Ok(0), [INFO] [stderr] 394 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:393:9 [INFO] [stderr] | [INFO] [stderr] 393 | / assert_eq!(Ok(0), [INFO] [stderr] 394 | | hcmd.commit(Some(vec!["-m", "Test commit"]), to_res())); [INFO] [stderr] | |___________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:395:9 [INFO] [stderr] | [INFO] [stderr] 395 | assert_eq!(Ok(0), hcmd.push(Some(vec!["--new-branch"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:395:9 [INFO] [stderr] | [INFO] [stderr] 395 | assert_eq!(Ok(0), hcmd.push(Some(vec!["--new-branch"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:395:9 [INFO] [stderr] | [INFO] [stderr] 395 | assert_eq!(Ok(0), hcmd.push(Some(vec!["--new-branch"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:395:9 [INFO] [stderr] | [INFO] [stderr] 395 | assert_eq!(Ok(0), hcmd.push(Some(vec!["--new-branch"]), to_res())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/hg.rs:354:19 [INFO] [stderr] | [INFO] [stderr] 354 | let tmp = Path::new("/tmp"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:356:13 [INFO] [stderr] | [INFO] [stderr] 356 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:356:13 [INFO] [stderr] | [INFO] [stderr] 356 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:356:13 [INFO] [stderr] | [INFO] [stderr] 356 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:356:13 [INFO] [stderr] | [INFO] [stderr] 356 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:359:13 [INFO] [stderr] | [INFO] [stderr] 359 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:359:13 [INFO] [stderr] | [INFO] [stderr] 359 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:359:13 [INFO] [stderr] | [INFO] [stderr] 359 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:359:13 [INFO] [stderr] | [INFO] [stderr] 359 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/hg.rs:368:18 [INFO] [stderr] | [INFO] [stderr] 368 | let pt = Path::new("/tmp/hgtest"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/hg.rs:398:19 [INFO] [stderr] | [INFO] [stderr] 398 | let tmp = Path::new("/tmp"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:400:13 [INFO] [stderr] | [INFO] [stderr] 400 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:400:13 [INFO] [stderr] | [INFO] [stderr] 400 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:400:13 [INFO] [stderr] | [INFO] [stderr] 400 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:400:13 [INFO] [stderr] | [INFO] [stderr] 400 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hg.rs:403:13 [INFO] [stderr] | [INFO] [stderr] 403 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hg.rs:403:13 [INFO] [stderr] | [INFO] [stderr] 403 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hg.rs:403:13 [INFO] [stderr] | [INFO] [stderr] 403 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hg.rs:403:13 [INFO] [stderr] | [INFO] [stderr] 403 | assert_eq!(Ok(()), rmdir_recursive(&tmp.join("hgtest.hg"))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:52:7 [INFO] [stderr] | [INFO] [stderr] 52 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:70:7 [INFO] [stderr] | [INFO] [stderr] 70 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:93:7 [INFO] [stderr] | [INFO] [stderr] 93 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:178:7 [INFO] [stderr] | [INFO] [stderr] 178 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:189:7 [INFO] [stderr] | [INFO] [stderr] 189 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> src/svn.rs:200:7 [INFO] [stderr] | [INFO] [stderr] 200 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/svn.rs:213:7 [INFO] [stderr] | [INFO] [stderr] 213 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/git.rs:163:16 [INFO] [stderr] | [INFO] [stderr] 163 | wd: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 130 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/git.rs:199:30 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn wd(&mut self, wd: Path) -> &mut GitCommand { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 130 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/git.rs:578:21 [INFO] [stderr] | [INFO] [stderr] 578 | fn touch(path: &Path) -> IoResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 571 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USER_RWX` in module `io` [INFO] [stderr] --> src/git.rs:629:53 [INFO] [stderr] | [INFO] [stderr] 629 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^ not found in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/hg.rs:100:16 [INFO] [stderr] | [INFO] [stderr] 100 | wd: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 94 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/hg.rs:135:30 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn wd(&mut self, wd: Path) -> &mut HgCommand { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 94 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/hg.rs:331:21 [INFO] [stderr] | [INFO] [stderr] 331 | fn touch(path: &Path) -> IoResult<()> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 323 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `USER_RWX` in module `io` [INFO] [stderr] --> src/hg.rs:369:53 [INFO] [stderr] | [INFO] [stderr] 369 | assert_eq!(Ok(()), mkdir_recursive(&pt, io::USER_RWX)); [INFO] [stderr] | ^^^^^^^^ not found in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/svn.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | wd: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/svn.rs:53:30 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn wd(&mut self, wd: Path) -> &mut SvnCommand { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 12 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:281:23 [INFO] [stderr] | [INFO] [stderr] 281 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Heads`, `Tags` [INFO] [stderr] --> src/git.rs:136:21 [INFO] [stderr] | [INFO] [stderr] 136 | use self::RefType::{Heads,Tags}; [INFO] [stderr] | ^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:281:37 [INFO] [stderr] | [INFO] [stderr] 281 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `git::RefType` [INFO] [stderr] --> src/git.rs:479:16 [INFO] [stderr] | [INFO] [stderr] 479 | if *rt == RefType::Heads { [INFO] [stderr] | --- ^^ -------------- git::RefType [INFO] [stderr] | | [INFO] [stderr] | git::RefType [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `git::RefType` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `git::HeadType` [INFO] [stderr] --> src/git.rs:529:39 [INFO] [stderr] | [INFO] [stderr] 529 | if !(self.head_type() == NamedBranch(branch.to_string())) { [INFO] [stderr] | ---------------- ^^ ------------------------------- git::HeadType [INFO] [stderr] | | [INFO] [stderr] | git::HeadType [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `git::HeadType` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `git::HeadType` [INFO] [stderr] --> src/git.rs:541:51 [INFO] [stderr] | [INFO] [stderr] 541 | if !(self.head_type() == Detached) { [INFO] [stderr] | ---------------- ^^ -------- git::HeadType [INFO] [stderr] | | [INFO] [stderr] | git::HeadType [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `git::HeadType` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/hg.rs:218:23 [INFO] [stderr] | [INFO] [stderr] 218 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/hg.rs:218:37 [INFO] [stderr] | [INFO] [stderr] 218 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:135:23 [INFO] [stderr] | [INFO] [stderr] 135 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:135:37 [INFO] [stderr] | [INFO] [stderr] 135 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:160:23 [INFO] [stderr] | [INFO] [stderr] 160 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:160:37 [INFO] [stderr] | [INFO] [stderr] 160 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 83 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0369, E0412, E0432, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0369`. [INFO] [stderr] error: Could not compile `scm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:281:23 [INFO] [stderr] | [INFO] [stderr] 281 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:281:37 [INFO] [stderr] | [INFO] [stderr] 281 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `git::RefType` [INFO] [stderr] --> src/git.rs:479:16 [INFO] [stderr] | [INFO] [stderr] 479 | if *rt == RefType::Heads { [INFO] [stderr] | --- ^^ -------------- git::RefType [INFO] [stderr] | | [INFO] [stderr] | git::RefType [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `git::RefType` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `git::HeadType` [INFO] [stderr] --> src/git.rs:529:39 [INFO] [stderr] | [INFO] [stderr] 529 | if !(self.head_type() == NamedBranch(branch.to_string())) { [INFO] [stderr] | ---------------- ^^ ------------------------------- git::HeadType [INFO] [stderr] | | [INFO] [stderr] | git::HeadType [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `git::HeadType` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `git::HeadType` [INFO] [stderr] --> src/git.rs:541:51 [INFO] [stderr] | [INFO] [stderr] 541 | if !(self.head_type() == Detached) { [INFO] [stderr] | ---------------- ^^ -------- git::HeadType [INFO] [stderr] | | [INFO] [stderr] | git::HeadType [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `git::HeadType` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:587:31 [INFO] [stderr] | [INFO] [stderr] 587 | let mut dir = String::from_str("/tmp/"); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:595:44 [INFO] [stderr] | [INFO] [stderr] 595 | gcmd.init(Some(vec!["--bare", repo.as_slice()]), to_res()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/git.rs:605:35 [INFO] [stderr] | [INFO] [stderr] 605 | gcmd.clone(Some(vec![repo.as_slice(), name]), to_res()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/hg.rs:218:23 [INFO] [stderr] | [INFO] [stderr] 218 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/hg.rs:218:37 [INFO] [stderr] | [INFO] [stderr] 218 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/hg.rs:340:31 [INFO] [stderr] | [INFO] [stderr] 340 | let mut dir = String::from_str("/tmp/"); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/hg.rs:348:34 [INFO] [stderr] | [INFO] [stderr] 348 | hcmd.init(Some(vec![repo.as_slice()]), to_res()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:135:23 [INFO] [stderr] | [INFO] [stderr] 135 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:135:37 [INFO] [stderr] | [INFO] [stderr] 135 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:160:23 [INFO] [stderr] | [INFO] [stderr] 160 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/svn.rs:160:37 [INFO] [stderr] | [INFO] [stderr] 160 | cmd.env(k.as_slice(), v.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 284 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0369, E0412, E0425, E0432, E0433, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0369`. [INFO] [stderr] error: Could not compile `scm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a39975bb9caf3ec2c670c58235b506f31dd20ba9706617b5f391330640536c3c"` [INFO] running `"docker" "rm" "-f" "a39975bb9caf3ec2c670c58235b506f31dd20ba9706617b5f391330640536c3c"` [INFO] [stdout] a39975bb9caf3ec2c670c58235b506f31dd20ba9706617b5f391330640536c3c