[INFO] cloning repository https://github.com/cesare/rust-actixexp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cesare/rust-actixexp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcesare%2Frust-actixexp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcesare%2Frust-actixexp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f863997458baabcae8e3cb986cccc271e2194b8
[INFO] testing cesare/rust-actixexp against 1.52.1 for beta-1.53-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcesare%2Frust-actixexp" "/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/cesare/rust-actixexp on toolchain 1.52.1
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/cesare/rust-actixexp
[INFO] finished tweaking git repo https://github.com/cesare/rust-actixexp
[INFO] tweaked toml for git repo https://github.com/cesare/rust-actixexp written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/cesare/rust-actixexp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c6fe088d8c272daf6d210330fa50367bf3a30573ca1593e1005146454fc0c52
[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" "0c6fe088d8c272daf6d210330fa50367bf3a30573ca1593e1005146454fc0c52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c6fe088d8c272daf6d210330fa50367bf3a30573ca1593e1005146454fc0c52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c6fe088d8c272daf6d210330fa50367bf3a30573ca1593e1005146454fc0c52", kill_on_drop: false }`
[INFO] [stdout] 0c6fe088d8c272daf6d210330fa50367bf3a30573ca1593e1005146454fc0c52
[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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3a1271311768f82827f81d0d1809d59fb977502dfbd87cd272aece8bca9b188
[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" "f3a1271311768f82827f81d0d1809d59fb977502dfbd87cd272aece8bca9b188", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.13
[INFO] [stderr]    Compiling serde_derive v1.0.120
[INFO] [stderr]    Compiling serde v1.0.120
[INFO] [stderr]    Compiling tokio v1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.12
[INFO] [stderr]    Compiling ahash v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.12
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling mio v0.7.7
[INFO] [stderr]    Compiling actix-threadpool v0.3.3
[INFO] [stderr]    Compiling env_logger v0.8.2
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rand v0.8.2
[INFO] [stderr]    Compiling structopt-derive v0.4.14
[INFO] [stderr]    Compiling postgres-protocol v0.6.0
[INFO] [stderr]    Compiling async-stream v0.3.0
[INFO] [stderr]    Compiling postgres-types v0.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.12
[INFO] [stderr]    Compiling structopt v0.3.21
[INFO] [stderr]    Compiling futures v0.3.12
[INFO] [stderr]    Compiling tokio-stream v0.1.2
[INFO] [stderr]    Compiling actix-rt v2.0.0-beta.2
[INFO] [stderr]    Compiling trust-dns-proto v0.20.0
[INFO] [stderr]    Compiling tokio-util v0.6.2
[INFO] [stderr]    Compiling actix-codec v0.4.0-beta.1
[INFO] [stderr]    Compiling h2 v0.3.0
[INFO] [stderr]    Compiling tokio-postgres v0.7.0
[INFO] [stderr]    Compiling actix-utils v3.0.0-beta.1
[INFO] [stderr]    Compiling trust-dns-resolver v0.20.0
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.2
[INFO] [stderr]    Compiling tokio-pg-mapper v0.2.0
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.2
[INFO] [stderr]    Compiling tokio-pg-mapper-derive v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling serde_json v1.0.61
[INFO] [stderr]    Compiling config v0.10.1
[INFO] [stderr]    Compiling actix-router v0.2.6
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.1
[INFO] [stderr]    Compiling deadpool v0.7.0
[INFO] [stderr]    Compiling deadpool-postgres v0.7.0
[INFO] [stderr]    Compiling awc v3.0.0-beta.1
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.1
[INFO] [stderr]    Compiling actixexp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "f3a1271311768f82827f81d0d1809d59fb977502dfbd87cd272aece8bca9b188", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3a1271311768f82827f81d0d1809d59fb977502dfbd87cd272aece8bca9b188", kill_on_drop: false }`
[INFO] [stdout] f3a1271311768f82827f81d0d1809d59fb977502dfbd87cd272aece8bca9b188
[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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 97766bea74b8ccdd46ee94da4e414dcc1882995609b84b4a112f13e9caccfeba
[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" "97766bea74b8ccdd46ee94da4e414dcc1882995609b84b4a112f13e9caccfeba", kill_on_drop: false }`
[INFO] [stderr]    Compiling actixexp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 2.43s
[INFO] running `Command { std: "docker" "inspect" "97766bea74b8ccdd46ee94da4e414dcc1882995609b84b4a112f13e9caccfeba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97766bea74b8ccdd46ee94da4e414dcc1882995609b84b4a112f13e9caccfeba", kill_on_drop: false }`
[INFO] [stdout] 97766bea74b8ccdd46ee94da4e414dcc1882995609b84b4a112f13e9caccfeba
[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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c850f93d5e04f045560c3816af5db5ae8178880ac3c42213a76dabadbedabf8c
[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" "c850f93d5e04f045560c3816af5db5ae8178880ac3c42213a76dabadbedabf8c", kill_on_drop: false }`
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests (/opt/rustwide/target/debug/deps/actixexp-3ec0a8d227de2f7c)
[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" "c850f93d5e04f045560c3816af5db5ae8178880ac3c42213a76dabadbedabf8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c850f93d5e04f045560c3816af5db5ae8178880ac3c42213a76dabadbedabf8c", kill_on_drop: false }`
[INFO] [stdout] c850f93d5e04f045560c3816af5db5ae8178880ac3c42213a76dabadbedabf8c