[INFO] cloning repository https://github.com/daniellockyer/gpx-tui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daniellockyer/gpx-tui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaniellockyer%2Fgpx-tui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaniellockyer%2Fgpx-tui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e9df6d4e1c4be4fe968f25f5fbb7c54529e13689 [INFO] testing daniellockyer/gpx-tui against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaniellockyer%2Fgpx-tui" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/daniellockyer/gpx-tui on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/daniellockyer/gpx-tui [INFO] finished tweaking git repo https://github.com/daniellockyer/gpx-tui [INFO] tweaked toml for git repo https://github.com/daniellockyer/gpx-tui written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/daniellockyer/gpx-tui already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc982958e2a581b783b4cedbbaca24d43b0c7211379a3f357c0bd5afda2d116c [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" "fc982958e2a581b783b4cedbbaca24d43b0c7211379a3f357c0bd5afda2d116c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc982958e2a581b783b4cedbbaca24d43b0c7211379a3f357c0bd5afda2d116c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc982958e2a581b783b4cedbbaca24d43b0c7211379a3f357c0bd5afda2d116c", kill_on_drop: false }` [INFO] [stdout] fc982958e2a581b783b4cedbbaca24d43b0c7211379a3f357c0bd5afda2d116c [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0976268b8faf4f7c204eeb7add0b2c204450ab7db897098c00314e0f7fef1521 [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" "0976268b8faf4f7c204eeb7add0b2c204450ab7db897098c00314e0f7fef1521", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling geo-types v0.4.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tui v0.8.0 [INFO] [stderr] Compiling gpx v0.8.1 [INFO] [stderr] Compiling gpx-tui v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.10s [INFO] running `Command { std: "docker" "inspect" "0976268b8faf4f7c204eeb7add0b2c204450ab7db897098c00314e0f7fef1521", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0976268b8faf4f7c204eeb7add0b2c204450ab7db897098c00314e0f7fef1521", kill_on_drop: false }` [INFO] [stdout] 0976268b8faf4f7c204eeb7add0b2c204450ab7db897098c00314e0f7fef1521 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6fe193d7b2e224c5394d83766418d55ef36535d97e311118654fb6ff6aa1939 [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" "c6fe193d7b2e224c5394d83766418d55ef36535d97e311118654fb6ff6aa1939", kill_on_drop: false }` [INFO] [stderr] Compiling gpx-tui v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "c6fe193d7b2e224c5394d83766418d55ef36535d97e311118654fb6ff6aa1939", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6fe193d7b2e224c5394d83766418d55ef36535d97e311118654fb6ff6aa1939", kill_on_drop: false }` [INFO] [stdout] c6fe193d7b2e224c5394d83766418d55ef36535d97e311118654fb6ff6aa1939 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 098157d8e0d38a6da51caeb971d47e8b2aff8626f2dbc2705682491b7ce066a1 [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" "098157d8e0d38a6da51caeb971d47e8b2aff8626f2dbc2705682491b7ce066a1", kill_on_drop: false }` [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] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gpx_tui-ba5bca4ca9282dc5 [INFO] running `Command { std: "docker" "inspect" "098157d8e0d38a6da51caeb971d47e8b2aff8626f2dbc2705682491b7ce066a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "098157d8e0d38a6da51caeb971d47e8b2aff8626f2dbc2705682491b7ce066a1", kill_on_drop: false }` [INFO] [stdout] 098157d8e0d38a6da51caeb971d47e8b2aff8626f2dbc2705682491b7ce066a1