[INFO] updating cached repository zerosign/devctl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zerosign/devctl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zerosign/devctl" "work/ex/beta-1.38-1/sources/1.37.0/gh/zerosign/devctl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/zerosign/devctl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zerosign/devctl" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zerosign/devctl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zerosign/devctl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7e9e252c9dff7cee4f17e3eb14e84d0041f03371 [INFO] sha for GitHub repo zerosign/devctl: 7e9e252c9dff7cee4f17e3eb14e84d0041f03371 [INFO] validating manifest of zerosign/devctl on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zerosign/devctl on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zerosign/devctl [INFO] finished frobbing zerosign/devctl [INFO] frobbed toml for zerosign/devctl written to work/ex/beta-1.38-1/sources/1.37.0/gh/zerosign/devctl/Cargo.toml [INFO] started frobbing zerosign/devctl [INFO] finished frobbing zerosign/devctl [INFO] frobbed toml for zerosign/devctl written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zerosign/devctl/Cargo.toml [INFO] crate zerosign/devctl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing zerosign/devctl against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/zerosign/devctl:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 58cafdc7ee23a8061b7947b4a57540e0ed367cb82f8d075dd6334a70124de673 [INFO] running `"docker" "start" "-a" "58cafdc7ee23a8061b7947b4a57540e0ed367cb82f8d075dd6334a70124de673"` [INFO] [stderr] Compiling devctl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: unexpected token: `...` [INFO] [stderr] --> src/main.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | fs::copy(.., ...); [INFO] [stderr] | ^^^ [INFO] [stderr] help: use `..` for an exclusive range [INFO] [stderr] | [INFO] [stderr] 54 | fs::copy(.., ..); [INFO] [stderr] | ^^ [INFO] [stderr] help: or `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] 54 | fs::copy(.., ..=); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0586]: inclusive range with no end [INFO] [stderr] --> src/main.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | fs::copy(.., ...); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `match` [INFO] [stderr] --> src/main.rs:67:11 [INFO] [stderr] | [INFO] [stderr] 67 | e match { [INFO] [stderr] | ^^^^^ expected one of 8 possible tokens here [INFO] [stderr] [INFO] [stderr] error: cannot find macro `undefined!` in this scope [INFO] [stderr] --> src/main.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | undefined!() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DevctlErr` [INFO] [stderr] --> src/main.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | Err(DevctlErr::EmptyDir(root.as_ref().to_path_buf())) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DevctlErr` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | fs::create_dir(Path::join(root, ".devops"))?; [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | fs::create_dir(Path::join(root, ".devops/bin"))?; [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fs` [INFO] [stderr] --> src/main.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | fs::create_dir(Path::join(root, ".devops/conf.d"))?; [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ShellType` [INFO] [stderr] --> src/main.rs:63:29 [INFO] [stderr] | [INFO] [stderr] 63 | println!("shell: {:?}", ShellType::current()); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `ShellType` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Lookup` in this scope [INFO] [stderr] --> src/main.rs:15:6 [INFO] [stderr] | [INFO] [stderr] 15 | impl Lookup for Devctl { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DevctlErr` in this scope [INFO] [stderr] --> src/main.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | type Err = DevctlErr; [INFO] [stderr] | ^^^^^^^^^ help: a struct with a similar name exists: `Devctl` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `collections::HashMap`, `env`, `fmt`, `fs::DirEntry`, `io`, `process::Command` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | collections::HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 3 | env, fmt, [INFO] [stderr] | ^^^ ^^^ [INFO] [stderr] 4 | fs::DirEntry, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 5 | io, [INFO] [stderr] | ^^ [INFO] [stderr] 6 | path::{Path, PathBuf}, [INFO] [stderr] 7 | process::Command, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0433, E0586. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: Could not compile `devctl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "58cafdc7ee23a8061b7947b4a57540e0ed367cb82f8d075dd6334a70124de673"` [INFO] running `"docker" "rm" "-f" "58cafdc7ee23a8061b7947b4a57540e0ed367cb82f8d075dd6334a70124de673"` [INFO] [stdout] 58cafdc7ee23a8061b7947b4a57540e0ed367cb82f8d075dd6334a70124de673