[INFO] cloning repository https://github.com/gnieto/skeleton-cli-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gnieto/skeleton-cli-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgnieto%2Fskeleton-cli-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgnieto%2Fskeleton-cli-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6d65b3efc356dadc8537a2074cf37349e8f8bea6 [INFO] testing gnieto/skeleton-cli-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgnieto%2Fskeleton-cli-rs" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gnieto/skeleton-cli-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gnieto/skeleton-cli-rs [INFO] finished tweaking git repo https://github.com/gnieto/skeleton-cli-rs [INFO] tweaked toml for git repo https://github.com/gnieto/skeleton-cli-rs written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/gnieto/skeleton-cli-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded colored v1.5.1 [INFO] [stderr] Downloaded clap v2.24.2 [INFO] [stderr] Downloaded unicode-segmentation v1.2.0 [INFO] [stderr] Downloaded cfg-if v0.1.1 [INFO] [stderr] Downloaded gcc v0.3.50 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] 975f8b92c39549ab7b51b10988874c18e840c1be4c028a899c1b03cd4c34f54d [INFO] running `Command { std: "docker" "start" "-a" "975f8b92c39549ab7b51b10988874c18e840c1be4c028a899c1b03cd4c34f54d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "975f8b92c39549ab7b51b10988874c18e840c1be4c028a899c1b03cd4c34f54d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "975f8b92c39549ab7b51b10988874c18e840c1be4c028a899c1b03cd4c34f54d", kill_on_drop: false }` [INFO] [stdout] 975f8b92c39549ab7b51b10988874c18e840c1be4c028a899c1b03cd4c34f54d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.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] 53f70258c278711eb4643c13a21f588db7da45b47b11a99c62dbf47d2eabe310 [INFO] running `Command { std: "docker" "start" "-a" "53f70258c278711eb4643c13a21f588db7da45b47b11a99c62dbf47d2eabe310", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling gcc v0.3.50 [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling colored v1.5.1 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling app_name v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.13s [INFO] running `Command { std: "docker" "inspect" "53f70258c278711eb4643c13a21f588db7da45b47b11a99c62dbf47d2eabe310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53f70258c278711eb4643c13a21f588db7da45b47b11a99c62dbf47d2eabe310", kill_on_drop: false }` [INFO] [stdout] 53f70258c278711eb4643c13a21f588db7da45b47b11a99c62dbf47d2eabe310 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ba1c87d01db8b95169d4509cb1abd11adab29168e43645436f4f7dfc0cfa1f1 [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" "3ba1c87d01db8b95169d4509cb1abd11adab29168e43645436f4f7dfc0cfa1f1", kill_on_drop: false }` [INFO] [stderr] Compiling app_name v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `Command { std: "docker" "inspect" "3ba1c87d01db8b95169d4509cb1abd11adab29168e43645436f4f7dfc0cfa1f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ba1c87d01db8b95169d4509cb1abd11adab29168e43645436f4f7dfc0cfa1f1", kill_on_drop: false }` [INFO] [stdout] 3ba1c87d01db8b95169d4509cb1abd11adab29168e43645436f4f7dfc0cfa1f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d39d35b2a4ba85c7212e10abf7ed9a8b43be6370246a7411aa39fa2d29c8fb97 [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" "d39d35b2a4ba85c7212e10abf7ed9a8b43be6370246a7411aa39fa2d29c8fb97", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/app_name-26b2f75907e2cb04) [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" "d39d35b2a4ba85c7212e10abf7ed9a8b43be6370246a7411aa39fa2d29c8fb97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d39d35b2a4ba85c7212e10abf7ed9a8b43be6370246a7411aa39fa2d29c8fb97", kill_on_drop: false }` [INFO] [stdout] d39d35b2a4ba85c7212e10abf7ed9a8b43be6370246a7411aa39fa2d29c8fb97