[INFO] cloning repository https://github.com/zerosign/devctl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zerosign/devctl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzerosign%2Fdevctl"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzerosign%2Fdevctl'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7eed0a06e72a5cf37341df39d70982de56ee443f [INFO] testing zerosign/devctl against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzerosign%2Fdevctl" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zerosign/devctl on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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 /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/zerosign/devctl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f745f3c3eebd8c2e3b9467a36f54af14e1953cc4cbb60de79eb918a8f5f2834 [INFO] running `"docker" "start" "-a" "3f745f3c3eebd8c2e3b9467a36f54af14e1953cc4cbb60de79eb918a8f5f2834"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling combine v4.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling lexpr-macros v0.2.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.9.2 [INFO] [stderr] Compiling lexpr v0.2.4 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling git2 v0.10.2 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde-lexpr v0.1.1 [INFO] [stderr] Compiling built v0.3.2 [INFO] [stderr] Compiling devctl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: unexpected token: `...` [INFO] [stderr] --> src/lib.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | fs::copy(.., ...); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] help: use `..` for an exclusive range [INFO] [stderr] | [INFO] [stderr] 46 | fs::copy(.., ..); [INFO] [stderr] | ^^ [INFO] [stderr] help: or `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] 46 | fs::copy(.., ..=); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0586]: inclusive range with no end [INFO] [stderr] --> src/lib.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | fs::copy(.., ...); [INFO] [stderr] | ^^^ help: use `..` instead [INFO] [stderr] | [INFO] [stderr] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `undefined` in this scope [INFO] [stderr] --> src/lib.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | undefined!() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DevctlErr` [INFO] [stderr] --> src/lib.rs:27:17 [INFO] [stderr] | [INFO] [stderr] 27 | 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/lib.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | 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/lib.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | 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/lib.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | 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 `fs` [INFO] [stderr] --> src/lib.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | fs::copy(.., ...); [INFO] [stderr] | ^^ use of undeclared type or module `fs` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Lookup` in this scope [INFO] [stderr] --> src/lib.rs:9:6 [INFO] [stderr] | [INFO] [stderr] 9 | 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/lib.rs:10:16 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct Devctl { [INFO] [stderr] | ----------------- similarly named struct `Devctl` defined here [INFO] [stderr] ... [INFO] [stderr] 10 | type Err = DevctlErr; [INFO] [stderr] | ^^^^^^^^^ help: a struct with a similar name exists: `Devctl` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `fs::DirEntry`, `process::Command` [INFO] [stderr] --> src/lib.rs:1:34 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{path::{Path, PathBuf}, fs::DirEntry, process::Command}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors; 1 warning emitted [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" "3f745f3c3eebd8c2e3b9467a36f54af14e1953cc4cbb60de79eb918a8f5f2834"` [INFO] running `"docker" "rm" "-f" "3f745f3c3eebd8c2e3b9467a36f54af14e1953cc4cbb60de79eb918a8f5f2834"` [INFO] [stdout] 3f745f3c3eebd8c2e3b9467a36f54af14e1953cc4cbb60de79eb918a8f5f2834