[INFO] cloning repository https://github.com/max-niederman/ttyper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/max-niederman/ttyper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-niederman%2Fttyper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-niederman%2Fttyper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 26bdc3e486cd804cd4801a6901e2f17dec7d18f0 [INFO] testing max-niederman/ttyper against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-niederman%2Fttyper" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/max-niederman/ttyper on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/max-niederman/ttyper [INFO] finished tweaking git repo https://github.com/max-niederman/ttyper [INFO] tweaked toml for git repo https://github.com/max-niederman/ttyper written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/max-niederman/ttyper already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e547de2d510e9b2da74b7d581b66ce54971ba5d8ce96bdc9f8ee6903f86b638f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e547de2d510e9b2da74b7d581b66ce54971ba5d8ce96bdc9f8ee6903f86b638f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e547de2d510e9b2da74b7d581b66ce54971ba5d8ce96bdc9f8ee6903f86b638f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e547de2d510e9b2da74b7d581b66ce54971ba5d8ce96bdc9f8ee6903f86b638f", kill_on_drop: false }` [INFO] [stdout] e547de2d510e9b2da74b7d581b66ce54971ba5d8ce96bdc9f8ee6903f86b638f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f53da3a81828b1e2ed835d2c8c737076e5d8a468b2ff8837fa38fa6dd43b9fe [INFO] running `Command { std: "docker" "start" "-a" "5f53da3a81828b1e2ed835d2c8c737076e5d8a468b2ff8837fa38fa6dd43b9fe", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling rust-embed-utils v5.1.0 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling rust-embed-impl v5.9.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling ttyper v0.2.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling crossterm v0.18.2 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rust-embed v5.9.0 [INFO] [stderr] Compiling tui v0.14.0 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.84s [INFO] running `Command { std: "docker" "inspect" "5f53da3a81828b1e2ed835d2c8c737076e5d8a468b2ff8837fa38fa6dd43b9fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f53da3a81828b1e2ed835d2c8c737076e5d8a468b2ff8837fa38fa6dd43b9fe", kill_on_drop: false }` [INFO] [stdout] 5f53da3a81828b1e2ed835d2c8c737076e5d8a468b2ff8837fa38fa6dd43b9fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34516833c659b52275c3175b9c1700c278128327e0a59b1026b57a23f59c30f9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "34516833c659b52275c3175b9c1700c278128327e0a59b1026b57a23f59c30f9", kill_on_drop: false }` [INFO] [stderr] Compiling ttyper v0.2.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "34516833c659b52275c3175b9c1700c278128327e0a59b1026b57a23f59c30f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34516833c659b52275c3175b9c1700c278128327e0a59b1026b57a23f59c30f9", kill_on_drop: false }` [INFO] [stdout] 34516833c659b52275c3175b9c1700c278128327e0a59b1026b57a23f59c30f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 777c6e1ce196805f8e69e3251e732126cc361c37e1a27f5317fc533405d93e0c [INFO] running `Command { std: "docker" "start" "-a" "777c6e1ce196805f8e69e3251e732126cc361c37e1a27f5317fc533405d93e0c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ttyper-7d20b6570bfc3f8e) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "777c6e1ce196805f8e69e3251e732126cc361c37e1a27f5317fc533405d93e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "777c6e1ce196805f8e69e3251e732126cc361c37e1a27f5317fc533405d93e0c", kill_on_drop: false }` [INFO] [stdout] 777c6e1ce196805f8e69e3251e732126cc361c37e1a27f5317fc533405d93e0c