[INFO] updating cached repository https://github.com/babariviere/prown [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] b47daac52a3298d224f4b687bbd005e9a2dc811e [INFO] testing babariviere/prown against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbabariviere%2Fprown" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/babariviere/prown on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/babariviere/prown [INFO] finished tweaking git repo https://github.com/babariviere/prown [INFO] tweaked toml for git repo https://github.com/babariviere/prown written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/babariviere/prown already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+1.44.0" "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] b286c2e755a9ba19986f660710da3a03e2c100a3f2eb9085a5b310c50e9dd984 [INFO] running `"docker" "start" "-a" "b286c2e755a9ba19986f660710da3a03e2c100a3f2eb9085a5b310c50e9dd984"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling inotify v0.2.3 [INFO] [stderr] Compiling walkdir v0.1.8 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling app_dirs v1.2.1 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling notify v3.0.1 [INFO] [stderr] Compiling prown v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::ffi::CString` [INFO] [stderr] --> src/project.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::CString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `project` [INFO] [stderr] --> src/project.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | for project in &self.projects { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `project_name` [INFO] [stderr] --> src/project.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn goto(&self, project_name: &str) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_name` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.21s [INFO] running `"docker" "inspect" "b286c2e755a9ba19986f660710da3a03e2c100a3f2eb9085a5b310c50e9dd984"` [INFO] running `"docker" "rm" "-f" "b286c2e755a9ba19986f660710da3a03e2c100a3f2eb9085a5b310c50e9dd984"` [INFO] [stdout] b286c2e755a9ba19986f660710da3a03e2c100a3f2eb9085a5b310c50e9dd984 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b9a262c8f2f02ba88cb9f6b60494ea03e390a78399783bb337124a28d79f7bcc [INFO] running `"docker" "start" "-a" "b9a262c8f2f02ba88cb9f6b60494ea03e390a78399783bb337124a28d79f7bcc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling prown v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::ffi::CString` [INFO] [stderr] --> src/project.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::CString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `project` [INFO] [stderr] --> src/project.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | for project in &self.projects { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `project_name` [INFO] [stderr] --> src/project.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn goto(&self, project_name: &str) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_name` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ffi::CString` [INFO] [stderr] --> src/project.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ffi::CString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> src/project.rs:150:23 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn new(dir: PathBuf, prown: Option) -> Project { [INFO] [stderr] | --------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 150 | let project = Project::new("tests/pr01"); [INFO] [stderr] | ^^^^^^^^^^^^ ------------ supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> src/project.rs:156:23 [INFO] [stderr] | [INFO] [stderr] 79 | pub fn new(dir: PathBuf, prown: Option) -> Project { [INFO] [stderr] | --------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 156 | let project = Project::new("tests/pr02"); [INFO] [stderr] | ^^^^^^^^^^^^ ------------ supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `prown`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b9a262c8f2f02ba88cb9f6b60494ea03e390a78399783bb337124a28d79f7bcc"` [INFO] running `"docker" "rm" "-f" "b9a262c8f2f02ba88cb9f6b60494ea03e390a78399783bb337124a28d79f7bcc"` [INFO] [stdout] b9a262c8f2f02ba88cb9f6b60494ea03e390a78399783bb337124a28d79f7bcc