[INFO] updating cached repository https://github.com/songzhi/shell [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] 297fc80e2ae2b8115dd82d3e8ae499144bceeb15 [INFO] testing songzhi/shell against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsongzhi%2Fshell" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/songzhi/shell 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/songzhi/shell [INFO] finished tweaking git repo https://github.com/songzhi/shell [INFO] tweaked toml for git repo https://github.com/songzhi/shell written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/songzhi/shell 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] b9789952a28edef859dd44977d9413a3bf84913619474227296cd384adf8159b [INFO] running `"docker" "start" "-a" "b9789952a28edef859dd44977d9413a3bf84913619474227296cd384adf8159b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling dunce v1.0.0 [INFO] [stderr] Compiling nom v5.1.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.0 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling rustyline v6.0.0 [INFO] [stderr] Compiling shellexpand v1.1.1 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling nom_locate v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling enumflags2_derive v0.6.2 [INFO] [stderr] Compiling nom-tracable-macros v0.4.1 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling enumflags2 v0.6.2 [INFO] [stderr] Compiling nom-tracable v0.4.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling bigdecimal v0.1.0 [INFO] [stderr] Compiling shell v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/commands/classified/external.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | / (argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | | || (argument.starts_with('\'') && argument.ends_with('\''))) [INFO] [stderr] | |____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 151 | argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | || (argument.starts_with('\'') && argument.ends_with('\'')) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s [INFO] running `"docker" "inspect" "b9789952a28edef859dd44977d9413a3bf84913619474227296cd384adf8159b"` [INFO] running `"docker" "rm" "-f" "b9789952a28edef859dd44977d9413a3bf84913619474227296cd384adf8159b"` [INFO] [stdout] b9789952a28edef859dd44977d9413a3bf84913619474227296cd384adf8159b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stdout] 438ec776f1dbf3ca3807a722917a6d41b110d8aa664f1eca0878587eccc6a36d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "438ec776f1dbf3ca3807a722917a6d41b110d8aa664f1eca0878587eccc6a36d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling shell v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/commands/classified/external.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | / (argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | | || (argument.starts_with('\'') && argument.ends_with('\''))) [INFO] [stderr] | |____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 151 | argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | || (argument.starts_with('\'') && argument.ends_with('\'')) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/commands/classified/external.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | / (argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | | || (argument.starts_with('\'') && argument.ends_with('\''))) [INFO] [stderr] | |____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 151 | argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | || (argument.starts_with('\'') && argument.ends_with('\'')) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `"docker" "inspect" "438ec776f1dbf3ca3807a722917a6d41b110d8aa664f1eca0878587eccc6a36d"` [INFO] running `"docker" "rm" "-f" "438ec776f1dbf3ca3807a722917a6d41b110d8aa664f1eca0878587eccc6a36d"` [INFO] [stdout] 438ec776f1dbf3ca3807a722917a6d41b110d8aa664f1eca0878587eccc6a36d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] a2484bacef3c9dc77b94d216b5d891de758ecc0079c44d72527bc3d90e919073 [INFO] running `"docker" "start" "-a" "a2484bacef3c9dc77b94d216b5d891de758ecc0079c44d72527bc3d90e919073"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/commands/classified/external.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | / (argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | | || (argument.starts_with('\'') && argument.ends_with('\''))) [INFO] [stderr] | |____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 151 | argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | || (argument.starts_with('\'') && argument.ends_with('\'')) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/commands/classified/external.rs:151:5 [INFO] [stderr] | [INFO] [stderr] 151 | / (argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | | || (argument.starts_with('\'') && argument.ends_with('\''))) [INFO] [stderr] | |____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 151 | argument.starts_with('"') && argument.ends_with('"') [INFO] [stderr] 152 | || (argument.starts_with('\'') && argument.ends_with('\'')) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/shell-fa48555cfc929796 [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] [stderr] Running /opt/rustwide/target/debug/deps/shell-c473ce988239495b [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] [stderr] Doc-tests shell [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" "a2484bacef3c9dc77b94d216b5d891de758ecc0079c44d72527bc3d90e919073"` [INFO] running `"docker" "rm" "-f" "a2484bacef3c9dc77b94d216b5d891de758ecc0079c44d72527bc3d90e919073"` [INFO] [stdout] a2484bacef3c9dc77b94d216b5d891de758ecc0079c44d72527bc3d90e919073