[INFO] cloning repository https://github.com/antifuchs/tmux_min_attacher [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antifuchs/tmux_min_attacher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantifuchs%2Ftmux_min_attacher"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantifuchs%2Ftmux_min_attacher'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] df713cc220c7300971e2b1a8df85f95da29f6a27 [INFO] testing antifuchs/tmux_min_attacher against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantifuchs%2Ftmux_min_attacher" "/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/antifuchs/tmux_min_attacher 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/antifuchs/tmux_min_attacher [INFO] finished tweaking git repo https://github.com/antifuchs/tmux_min_attacher [INFO] tweaked toml for git repo https://github.com/antifuchs/tmux_min_attacher written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/antifuchs/tmux_min_attacher 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] 84af894ba21cf4834d06a98890c02e666e7a04436720b1e1e849109f5a58dd48 [INFO] running `"docker" "start" "-a" "84af894ba21cf4834d06a98890c02e666e7a04436720b1e1e849109f5a58dd48"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling tmux_min_attacher v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:47:60 [INFO] [stderr] | [INFO] [stderr] 47 | println!("execvp of {:?} failed: {:?}", program, e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.38s [INFO] running `"docker" "inspect" "84af894ba21cf4834d06a98890c02e666e7a04436720b1e1e849109f5a58dd48"` [INFO] running `"docker" "rm" "-f" "84af894ba21cf4834d06a98890c02e666e7a04436720b1e1e849109f5a58dd48"` [INFO] [stdout] 84af894ba21cf4834d06a98890c02e666e7a04436720b1e1e849109f5a58dd48 [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] [stdout] 40d22e9fcb02610e0cf86304dd2d7d1ace5fa696076d9bd54018513e58d011be [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" "40d22e9fcb02610e0cf86304dd2d7d1ace5fa696076d9bd54018513e58d011be"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tmux_min_attacher v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:47:60 [INFO] [stderr] | [INFO] [stderr] 47 | println!("execvp of {:?} failed: {:?}", program, e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "40d22e9fcb02610e0cf86304dd2d7d1ace5fa696076d9bd54018513e58d011be"` [INFO] running `"docker" "rm" "-f" "40d22e9fcb02610e0cf86304dd2d7d1ace5fa696076d9bd54018513e58d011be"` [INFO] [stdout] 40d22e9fcb02610e0cf86304dd2d7d1ace5fa696076d9bd54018513e58d011be [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] 01b28e1aa40d950ecb54ae5dc20e59ff3f71f249405ee3242795d2c2a53e33f4 [INFO] running `"docker" "start" "-a" "01b28e1aa40d950ecb54ae5dc20e59ff3f71f249405ee3242795d2c2a53e33f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:47:60 [INFO] [stderr] | [INFO] [stderr] 47 | println!("execvp of {:?} failed: {:?}", program, e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tmux_min_attacher-149ec8802c99d46a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_session_number_with_strings ... ok [INFO] [stdout] test test_session_number_with_attached_session ... ok [INFO] [stdout] test test_session_number_with_numbers ... ok [INFO] [stdout] test test_detached_sessions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "01b28e1aa40d950ecb54ae5dc20e59ff3f71f249405ee3242795d2c2a53e33f4"` [INFO] running `"docker" "rm" "-f" "01b28e1aa40d950ecb54ae5dc20e59ff3f71f249405ee3242795d2c2a53e33f4"` [INFO] [stdout] 01b28e1aa40d950ecb54ae5dc20e59ff3f71f249405ee3242795d2c2a53e33f4