[INFO] cloning repository https://github.com/bltavares/attempt-printer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bltavares/attempt-printer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbltavares%2Fattempt-printer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbltavares%2Fattempt-printer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8192ed8d3497157a9e2afa74d8555e5b7b6d0ea [INFO] testing bltavares/attempt-printer against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbltavares%2Fattempt-printer" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bltavares/attempt-printer on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bltavares/attempt-printer [INFO] finished tweaking git repo https://github.com/bltavares/attempt-printer [INFO] tweaked toml for git repo https://github.com/bltavares/attempt-printer written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/bltavares/attempt-printer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blocking v0.4.7 [INFO] [stderr] Downloaded async-channel v1.4.2 [INFO] [stderr] Downloaded fastrand v1.3.5 [INFO] [stderr] Downloaded async-std v1.6.0 [INFO] [stderr] Downloaded wepoll-sys-stjepang v1.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2021-01-01" "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] 93892d2ae54858faa3f9b33722f023f1db8ee477a9e199a9be890a04c452b632 [INFO] running `Command { std: "docker" "start" "-a" "93892d2ae54858faa3f9b33722f023f1db8ee477a9e199a9be890a04c452b632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93892d2ae54858faa3f9b33722f023f1db8ee477a9e199a9be890a04c452b632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93892d2ae54858faa3f9b33722f023f1db8ee477a9e199a9be890a04c452b632", kill_on_drop: false }` [INFO] [stdout] 93892d2ae54858faa3f9b33722f023f1db8ee477a9e199a9be890a04c452b632 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37ec904d1afa560903d5b68a128741b6cf94f3b37bf7eae99a090114a7f33a8a [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" "37ec904d1afa560903d5b68a128741b6cf94f3b37bf7eae99a090114a7f33a8a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling fastrand v1.3.5 [INFO] [stderr] Compiling async-channel v1.4.2 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling futures-lite v0.1.11 [INFO] [stderr] Compiling blocking v0.4.7 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling smol v0.1.18 [INFO] [stderr] Compiling async-std v1.6.0 [INFO] [stderr] Compiling printer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.78s [INFO] running `Command { std: "docker" "inspect" "37ec904d1afa560903d5b68a128741b6cf94f3b37bf7eae99a090114a7f33a8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37ec904d1afa560903d5b68a128741b6cf94f3b37bf7eae99a090114a7f33a8a", kill_on_drop: false }` [INFO] [stdout] 37ec904d1afa560903d5b68a128741b6cf94f3b37bf7eae99a090114a7f33a8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bfbaa0ca4e9ebf9f9b18db3d2cc05a8abed7fb55fd2b79d57c5567b5cf48323 [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" "4bfbaa0ca4e9ebf9f9b18db3d2cc05a8abed7fb55fd2b79d57c5567b5cf48323", kill_on_drop: false }` [INFO] [stderr] Compiling printer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "4bfbaa0ca4e9ebf9f9b18db3d2cc05a8abed7fb55fd2b79d57c5567b5cf48323", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bfbaa0ca4e9ebf9f9b18db3d2cc05a8abed7fb55fd2b79d57c5567b5cf48323", kill_on_drop: false }` [INFO] [stdout] 4bfbaa0ca4e9ebf9f9b18db3d2cc05a8abed7fb55fd2b79d57c5567b5cf48323 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2021-01-01" "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] a60e1a0695721803c162174eefcc4a5489fe2788b97b29abf5799700e83e064d [INFO] running `Command { std: "docker" "start" "-a" "a60e1a0695721803c162174eefcc4a5489fe2788b97b29abf5799700e83e064d", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/printer-5d968245493fc432 [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" "a60e1a0695721803c162174eefcc4a5489fe2788b97b29abf5799700e83e064d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a60e1a0695721803c162174eefcc4a5489fe2788b97b29abf5799700e83e064d", kill_on_drop: false }` [INFO] [stdout] a60e1a0695721803c162174eefcc4a5489fe2788b97b29abf5799700e83e064d