[INFO] updating cached repository https://github.com/zerosign/devctl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7e9e252c9dff7cee4f17e3eb14e84d0041f03371 [INFO] testing zerosign/devctl against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzerosign%2Fdevctl" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zerosign/devctl on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zerosign/devctl [INFO] finished tweaking git repo https://github.com/zerosign/devctl [INFO] tweaked toml for git repo https://github.com/zerosign/devctl written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/zerosign/devctl already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f44de1e872098a2a2fa80a890a53dbabb5840bf64ffd318bb042d9a7e217c614 [INFO] running `"docker" "start" "-a" "f44de1e872098a2a2fa80a890a53dbabb5840bf64ffd318bb042d9a7e217c614"` [INFO] [stderr] Compiling devctl v0.1.0 (/opt/rustwide/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" "f44de1e872098a2a2fa80a890a53dbabb5840bf64ffd318bb042d9a7e217c614"` [INFO] running `"docker" "rm" "-f" "f44de1e872098a2a2fa80a890a53dbabb5840bf64ffd318bb042d9a7e217c614"` [INFO] [stdout] f44de1e872098a2a2fa80a890a53dbabb5840bf64ffd318bb042d9a7e217c614