[INFO] cloning repository https://github.com/Denteyon/simple-shell [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Denteyon/simple-shell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenteyon%2Fsimple-shell"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenteyon%2Fsimple-shell'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 53018b2351c29924e1143f5201a886f1f1ade9a1 [INFO] testing Denteyon/simple-shell against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenteyon%2Fsimple-shell" "/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/Denteyon/simple-shell 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/Denteyon/simple-shell [INFO] finished tweaking git repo https://github.com/Denteyon/simple-shell [INFO] tweaked toml for git repo https://github.com/Denteyon/simple-shell written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Denteyon/simple-shell 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-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" "+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] e0a71c39f140ffc55ff6bb3399c8c29ae2f8d59cc197680f15c87c96049a89fe [INFO] running `"docker" "start" "-a" "e0a71c39f140ffc55ff6bb3399c8c29ae2f8d59cc197680f15c87c96049a89fe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling simple-shell v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `child` [INFO] [stderr] --> src/main.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | Ok(ForkResult::Parent { child, .. }) => {} [INFO] [stderr] | ^^^^^ help: try ignoring the field: `child: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.38s [INFO] running `"docker" "inspect" "e0a71c39f140ffc55ff6bb3399c8c29ae2f8d59cc197680f15c87c96049a89fe"` [INFO] running `"docker" "rm" "-f" "e0a71c39f140ffc55ff6bb3399c8c29ae2f8d59cc197680f15c87c96049a89fe"` [INFO] [stdout] e0a71c39f140ffc55ff6bb3399c8c29ae2f8d59cc197680f15c87c96049a89fe [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" "+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] b83c7ae3c6886809ca4a7712bb583b2d5c7c2f414d5fb7d61aad8b4d0c9a4e1e [INFO] running `"docker" "start" "-a" "b83c7ae3c6886809ca4a7712bb583b2d5c7c2f414d5fb7d61aad8b4d0c9a4e1e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling simple-shell v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `child` [INFO] [stderr] --> src/main.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | Ok(ForkResult::Parent { child, .. }) => {} [INFO] [stderr] | ^^^^^ help: try ignoring the field: `child: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `"docker" "inspect" "b83c7ae3c6886809ca4a7712bb583b2d5c7c2f414d5fb7d61aad8b4d0c9a4e1e"` [INFO] running `"docker" "rm" "-f" "b83c7ae3c6886809ca4a7712bb583b2d5c7c2f414d5fb7d61aad8b4d0c9a4e1e"` [INFO] [stdout] b83c7ae3c6886809ca4a7712bb583b2d5c7c2f414d5fb7d61aad8b4d0c9a4e1e [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" "+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] ebe56f6f8664cb819ce97a9e064807da6ee9fa9b9554ae160ab3969979ecb9bc [INFO] running `"docker" "start" "-a" "ebe56f6f8664cb819ce97a9e064807da6ee9fa9b9554ae160ab3969979ecb9bc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `child` [INFO] [stderr] --> src/main.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | Ok(ForkResult::Parent { child, .. }) => {} [INFO] [stderr] | ^^^^^ help: try ignoring the field: `child: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simple_shell-24fef65f7f210228 [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" "ebe56f6f8664cb819ce97a9e064807da6ee9fa9b9554ae160ab3969979ecb9bc"` [INFO] running `"docker" "rm" "-f" "ebe56f6f8664cb819ce97a9e064807da6ee9fa9b9554ae160ab3969979ecb9bc"` [INFO] [stdout] ebe56f6f8664cb819ce97a9e064807da6ee9fa9b9554ae160ab3969979ecb9bc