[INFO] cloning repository https://github.com/johnsonjsyuen/zero2prod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnsonjsyuen/zero2prod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnsonjsyuen%2Fzero2prod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnsonjsyuen%2Fzero2prod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c768b5cef5ebdaed455c1b99d668b619cbeb54c
[INFO] testing johnsonjsyuen/zero2prod against 1.52.1 for beta-1.53-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnsonjsyuen%2Fzero2prod" "/workspace/builds/worker-1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/johnsonjsyuen/zero2prod 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/johnsonjsyuen/zero2prod
[INFO] finished tweaking git repo https://github.com/johnsonjsyuen/zero2prod
[INFO] tweaked toml for git repo https://github.com/johnsonjsyuen/zero2prod written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/johnsonjsyuen/zero2prod 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 5c0c54388c4021dd2c1dcb6654bc8688313dd491d3e29d8489269e4c3f2792a2
[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" "5c0c54388c4021dd2c1dcb6654bc8688313dd491d3e29d8489269e4c3f2792a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c0c54388c4021dd2c1dcb6654bc8688313dd491d3e29d8489269e4c3f2792a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c0c54388c4021dd2c1dcb6654bc8688313dd491d3e29d8489269e4c3f2792a2", kill_on_drop: false }`
[INFO] [stdout] 5c0c54388c4021dd2c1dcb6654bc8688313dd491d3e29d8489269e4c3f2792a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] a5e9d68ab2e30f36fed650e87b77a9ef00fdfa74100e63161668b2a5bd758d1d
[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" "a5e9d68ab2e30f36fed650e87b77a9ef00fdfa74100e63161668b2a5bd758d1d", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]    Compiling validator_types v0.12.0
[INFO] [stderr]    Compiling tokio v1.2.0
[INFO] [stderr]    Compiling standback v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling time v0.2.25
[INFO] [stderr]    Compiling actix-service v2.0.0-beta.4
[INFO] [stderr]    Compiling ahash v0.7.0
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling parking_lot_core v0.8.2
[INFO] [stderr]    Compiling gethostname v0.2.1
[INFO] [stderr]    Compiling mio v0.7.7
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling tracing-log v0.1.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling bitvec v0.19.4
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling ahash v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling actix-macros v0.2.0
[INFO] [stderr]    Compiling derive_more v0.99.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling actix-web-codegen v0.5.0-beta.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling futures-util v0.3.12
[INFO] [stderr]    Compiling tracing v0.1.23
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling time-macros-impl v0.1.1
[INFO] [stderr]    Compiling tracing-futures v0.2.4
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.1
[INFO] [stderr]    Compiling webpki-roots v0.21.0
[INFO] [stderr]    Compiling rustls v0.19.0
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling nom v6.1.0
[INFO] [stderr]    Compiling thiserror v1.0.23
[INFO] [stderr]    Compiling futures-executor v0.3.12
[INFO] [stderr]    Compiling futures v0.3.12
[INFO] [stderr]    Compiling cookie v0.14.3
[INFO] [stderr]    Compiling url v2.2.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling actix-router v0.2.7
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling config v0.10.1
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling sqlformat v0.1.5
[INFO] [stderr]    Compiling tokio-util v0.6.3
[INFO] [stderr]    Compiling actix-rt v2.0.2
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-stream v0.1.3
[INFO] [stderr]    Compiling sqlx-rt v0.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.2.15
[INFO] [stderr]    Compiling validator v0.12.0
[INFO] [stderr]    Compiling serde-aux v1.1.0
[INFO] [stderr]    Compiling actix-codec v0.4.0-beta.1
[INFO] [stderr]    Compiling h2 v0.3.0
[INFO] [stderr]    Compiling actix-utils v3.0.0-beta.2
[INFO] [stderr]    Compiling sqlx-core v0.5.1
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.3
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.3
[INFO] [stderr]    Compiling tracing-bunyan-formatter v0.1.7
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.3
[INFO] [stderr]    Compiling hyper v0.14.4
[INFO] [stderr]    Compiling sqlx-macros v0.5.1
[INFO] [stderr]    Compiling awc v3.0.0-beta.2
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.3
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling reqwest v0.11.0
[INFO] [stderr]    Compiling tracing-actix-web v0.3.0-beta.2
[INFO] [stderr]    Compiling sqlx v0.5.1
[INFO] [stderr]    Compiling zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "a5e9d68ab2e30f36fed650e87b77a9ef00fdfa74100e63161668b2a5bd758d1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5e9d68ab2e30f36fed650e87b77a9ef00fdfa74100e63161668b2a5bd758d1d", kill_on_drop: false }`
[INFO] [stdout] a5e9d68ab2e30f36fed650e87b77a9ef00fdfa74100e63161668b2a5bd758d1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 5899b28705880dadc5dfce30a733db2463c9294c86cf973f31cb261eeed5a5ce
[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" "5899b28705880dadc5dfce30a733db2463c9294c86cf973f31cb261eeed5a5ce", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling http-types v2.10.0
[INFO] [stderr]    Compiling claim v0.4.0
[INFO] [stderr]    Compiling quickcheck_macros v0.9.1
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling serde_qs v0.7.2
[INFO] [stderr]    Compiling deadpool v0.7.0
[INFO] [stderr]    Compiling fake v2.3.0
[INFO] [stderr]    Compiling quickcheck v0.9.2
[INFO] [stderr]    Compiling wiremock v0.4.9
[INFO] [stderr]    Compiling zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "5899b28705880dadc5dfce30a733db2463c9294c86cf973f31cb261eeed5a5ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5899b28705880dadc5dfce30a733db2463c9294c86cf973f31cb261eeed5a5ce", kill_on_drop: false }`
[INFO] [stdout] 5899b28705880dadc5dfce30a733db2463c9294c86cf973f31cb261eeed5a5ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] b3549dee33f5df601b6690f843e3c7469b082a6f61de416d97d8e4a7bc04a6e8
[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" "b3549dee33f5df601b6690f843e3c7469b082a6f61de416d97d8e4a7bc04a6e8", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests (/opt/rustwide/target/debug/deps/zero2prod-879dbf2c7663e0b9)
[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] [stderr]      Running unittests (/opt/rustwide/target/debug/deps/zero2prod-def3ed7c801f8563)
[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] [stderr]      Running tests/health_check.rs (/opt/rustwide/target/debug/deps/health_check-e876513e1b3ae90a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test health_check_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zero2prod
[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.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b3549dee33f5df601b6690f843e3c7469b082a6f61de416d97d8e4a7bc04a6e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3549dee33f5df601b6690f843e3c7469b082a6f61de416d97d8e4a7bc04a6e8", kill_on_drop: false }`
[INFO] [stdout] b3549dee33f5df601b6690f843e3c7469b082a6f61de416d97d8e4a7bc04a6e8