[INFO] updating cached repository https://github.com/royaldark/grit [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] 49b8c02ccb47d2585a0dd0839db40257550ffd91 [INFO] testing royaldark/grit against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froyaldark%2Fgrit" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/royaldark/grit 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/royaldark/grit [INFO] finished tweaking git repo https://github.com/royaldark/grit [INFO] tweaked toml for git repo https://github.com/royaldark/grit written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/royaldark/grit 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] cded2b0ddef4392761036b50d8c41dca9d0590b8d6694ac193d7ec02e7b15f08 [INFO] running `"docker" "start" "-a" "cded2b0ddef4392761036b50d8c41dca9d0590b8d6694ac193d7ec02e7b15f08"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling grit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/commands/update_index.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `opts` [INFO] [stderr] --> src/commands/update_index.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_opts` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `"docker" "inspect" "cded2b0ddef4392761036b50d8c41dca9d0590b8d6694ac193d7ec02e7b15f08"` [INFO] running `"docker" "rm" "-f" "cded2b0ddef4392761036b50d8c41dca9d0590b8d6694ac193d7ec02e7b15f08"` [INFO] [stdout] cded2b0ddef4392761036b50d8c41dca9d0590b8d6694ac193d7ec02e7b15f08 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 4654983ff1d401a4385bc0b01cd1fa88cbc60febb2f86b972973d7204f1486a8 [INFO] running `"docker" "start" "-a" "4654983ff1d401a4385bc0b01cd1fa88cbc60febb2f86b972973d7204f1486a8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling grit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/commands/update_index.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `opts` [INFO] [stderr] --> src/commands/update_index.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_opts` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `"docker" "inspect" "4654983ff1d401a4385bc0b01cd1fa88cbc60febb2f86b972973d7204f1486a8"` [INFO] running `"docker" "rm" "-f" "4654983ff1d401a4385bc0b01cd1fa88cbc60febb2f86b972973d7204f1486a8"` [INFO] [stdout] 4654983ff1d401a4385bc0b01cd1fa88cbc60febb2f86b972973d7204f1486a8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f4b6840950bc6f70870304c18dc46429fd725505db6d68db3b872c0c736ae5d [INFO] running `"docker" "start" "-a" "4f4b6840950bc6f70870304c18dc46429fd725505db6d68db3b872c0c736ae5d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/commands/update_index.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `opts` [INFO] [stderr] --> src/commands/update_index.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_opts` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/grit-437045f92636b197 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4f4b6840950bc6f70870304c18dc46429fd725505db6d68db3b872c0c736ae5d"` [INFO] running `"docker" "rm" "-f" "4f4b6840950bc6f70870304c18dc46429fd725505db6d68db3b872c0c736ae5d"` [INFO] [stdout] 4f4b6840950bc6f70870304c18dc46429fd725505db6d68db3b872c0c736ae5d