[INFO] updating cached repository https://github.com/zombie110year/cheat-rs [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] ecf35434c37a409badca0f31aebb56df338749b2 [INFO] testing zombie110year/cheat-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzombie110year%2Fcheat-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zombie110year/cheat-rs 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/zombie110year/cheat-rs [INFO] finished tweaking git repo https://github.com/zombie110year/cheat-rs [INFO] tweaked toml for git repo https://github.com/zombie110year/cheat-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/zombie110year/cheat-rs 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] ce644a4a2fc28006623015a7515aa12c0d71ced6ca0994f63f57c1947b0432e4 [INFO] running `"docker" "start" "-a" "ce644a4a2fc28006623015a7515aa12c0d71ced6ca0994f63f57c1947b0432e4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling cheat v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `searchSheet` [INFO] [stderr] --> src/bin/cheat.rs:4:33 [INFO] [stderr] | [INFO] [stderr] 4 | use cheat::search::{listSheets, searchSheet}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.04s [INFO] running `"docker" "inspect" "ce644a4a2fc28006623015a7515aa12c0d71ced6ca0994f63f57c1947b0432e4"` [INFO] running `"docker" "rm" "-f" "ce644a4a2fc28006623015a7515aa12c0d71ced6ca0994f63f57c1947b0432e4"` [INFO] [stdout] ce644a4a2fc28006623015a7515aa12c0d71ced6ca0994f63f57c1947b0432e4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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] a94689e487352158fa87e08949aab81b3fcec35dd28de0c1826eb32fd73fe6e6 [INFO] running `"docker" "start" "-a" "a94689e487352158fa87e08949aab81b3fcec35dd28de0c1826eb32fd73fe6e6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cheat v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `searchSheet` [INFO] [stderr] --> src/bin/cheat.rs:4:33 [INFO] [stderr] | [INFO] [stderr] 4 | use cheat::search::{listSheets, searchSheet}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `"docker" "inspect" "a94689e487352158fa87e08949aab81b3fcec35dd28de0c1826eb32fd73fe6e6"` [INFO] running `"docker" "rm" "-f" "a94689e487352158fa87e08949aab81b3fcec35dd28de0c1826eb32fd73fe6e6"` [INFO] [stdout] a94689e487352158fa87e08949aab81b3fcec35dd28de0c1826eb32fd73fe6e6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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] 975f294d180a6942cbef979b2e7b32566f5414c5e0e882b594756389a59f19b6 [INFO] running `"docker" "start" "-a" "975f294d180a6942cbef979b2e7b32566f5414c5e0e882b594756389a59f19b6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `searchSheet` [INFO] [stderr] --> src/bin/cheat.rs:4:33 [INFO] [stderr] | [INFO] [stderr] 4 | use cheat::search::{listSheets, searchSheet}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cheat-648959aac9baeb47 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test sheet::tests::test_path ... ok [INFO] [stdout] test sheet::tests::test_sheet ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cheat-516b25fa5837ebc5 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: Found argument 'show' which wasn't expected, or isn't valid in this context [INFO] [stderr] [INFO] [stderr] USAGE: [INFO] [stderr] cheat [SUBCOMMAND] [INFO] [stderr] [INFO] [stderr] For more information try --help [INFO] [stderr] error: test failed, to rerun pass '--bin cheat' [INFO] running `"docker" "inspect" "975f294d180a6942cbef979b2e7b32566f5414c5e0e882b594756389a59f19b6"` [INFO] running `"docker" "rm" "-f" "975f294d180a6942cbef979b2e7b32566f5414c5e0e882b594756389a59f19b6"` [INFO] [stdout] 975f294d180a6942cbef979b2e7b32566f5414c5e0e882b594756389a59f19b6