[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 master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsongzhi%2Fshell" "/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/songzhi/shell on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-5/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" "+28742a1146f10a4f09369baad027a464acb7a766" "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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] e31b69db61772b949ae93d71b4ec710d31616ba23d6b38dbc8da04cddb3081ef [INFO] running `"docker" "start" "-a" "e31b69db61772b949ae93d71b4ec710d31616ba23d6b38dbc8da04cddb3081ef"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling nom v5.1.0 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling shellexpand v1.1.1 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling rustyline v6.0.0 [INFO] [stderr] Compiling ctrlc v3.1.3 [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 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 51s [INFO] running `"docker" "inspect" "e31b69db61772b949ae93d71b4ec710d31616ba23d6b38dbc8da04cddb3081ef"` [INFO] running `"docker" "rm" "-f" "e31b69db61772b949ae93d71b4ec710d31616ba23d6b38dbc8da04cddb3081ef"` [INFO] [stdout] e31b69db61772b949ae93d71b4ec710d31616ba23d6b38dbc8da04cddb3081ef [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 8375150e55a0b0dbc63c86269428ef4e2805a711e154a9d4435d48f52e3f03d8 [INFO] running `"docker" "start" "-a" "8375150e55a0b0dbc63c86269428ef4e2805a711e154a9d4435d48f52e3f03d8"` [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.45s [INFO] running `"docker" "inspect" "8375150e55a0b0dbc63c86269428ef4e2805a711e154a9d4435d48f52e3f03d8"` [INFO] running `"docker" "rm" "-f" "8375150e55a0b0dbc63c86269428ef4e2805a711e154a9d4435d48f52e3f03d8"` [INFO] [stdout] 8375150e55a0b0dbc63c86269428ef4e2805a711e154a9d4435d48f52e3f03d8 [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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 6ef87b678e202af55c9c6c692db83845f52cc344bd046e4c0d639768a2eec0d5 [INFO] running `"docker" "start" "-a" "6ef87b678e202af55c9c6c692db83845f52cc344bd046e4c0d639768a2eec0d5"` [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.31s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/shell-9e045b64879bbcfd [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-8c65dd9e27a8e969 [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" "6ef87b678e202af55c9c6c692db83845f52cc344bd046e4c0d639768a2eec0d5"` [INFO] running `"docker" "rm" "-f" "6ef87b678e202af55c9c6c692db83845f52cc344bd046e4c0d639768a2eec0d5"` [INFO] [stdout] 6ef87b678e202af55c9c6c692db83845f52cc344bd046e4c0d639768a2eec0d5