[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/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/zerosign/devctl"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/zerosign/devctl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zerosign/devctl" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/zerosign/devctl"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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 master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zerosign/devctl on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking zerosign/devctl against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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=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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c90fdf650950d86f8a1a563cf257b86b3b09b88d3cb75429fb33cd530ba0f9be [INFO] running `"docker" "start" "-a" "c90fdf650950d86f8a1a563cf257b86b3b09b88d3cb75429fb33cd530ba0f9be"` [INFO] [stderr] Checking 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: 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: 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] warning: build failed, waiting for other jobs to finish... [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" "c90fdf650950d86f8a1a563cf257b86b3b09b88d3cb75429fb33cd530ba0f9be"` [INFO] running `"docker" "rm" "-f" "c90fdf650950d86f8a1a563cf257b86b3b09b88d3cb75429fb33cd530ba0f9be"` [INFO] [stdout] c90fdf650950d86f8a1a563cf257b86b3b09b88d3cb75429fb33cd530ba0f9be