[INFO] cloning repository https://github.com/n-pochet/gotham-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/n-pochet/gotham-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn-pochet%2Fgotham-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn-pochet%2Fgotham-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a18116763426a9e37ed582137e05de2b16944a79 [INFO] checking n-pochet/gotham-demo against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn-pochet%2Fgotham-demo" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/n-pochet/gotham-demo on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/n-pochet/gotham-demo [INFO] finished tweaking git repo https://github.com/n-pochet/gotham-demo [INFO] tweaked toml for git repo https://github.com/n-pochet/gotham-demo written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/n-pochet/gotham-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] 5cabf18de84c3ecdfb3a5763e281f577e668ca853372288abc9279b5f2c73218 [INFO] running `Command { std: "docker" "start" "-a" "5cabf18de84c3ecdfb3a5763e281f577e668ca853372288abc9279b5f2c73218", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cabf18de84c3ecdfb3a5763e281f577e668ca853372288abc9279b5f2c73218", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cabf18de84c3ecdfb3a5763e281f577e668ca853372288abc9279b5f2c73218", kill_on_drop: false }` [INFO] [stdout] 5cabf18de84c3ecdfb3a5763e281f577e668ca853372288abc9279b5f2c73218 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d18984aa11f4cf00a975690255532627dcae2eeb360355380d3f70214235f5b [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" "8d18984aa11f4cf00a975690255532627dcae2eeb360355380d3f70214235f5b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.72 [INFO] [stderr] Compiling cc v1.0.20 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Checking tokio-executor v0.1.3 [INFO] [stderr] Checking crossbeam-utils v0.3.2 [INFO] [stderr] Checking bytes v0.4.9 [INFO] [stderr] Checking ryu v0.2.4 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.72 [INFO] [stderr] Compiling walkdir v2.2.1 [INFO] [stderr] Checking tokio-timer v0.2.5 [INFO] [stderr] Checking crossbeam-epoch v0.4.3 [INFO] [stderr] Checking chrono v0.4.5 [INFO] [stderr] Checking crossbeam-deque v0.3.1 [INFO] [stderr] Checking tokio-io v0.1.7 [INFO] [stderr] Checking tokio-threadpool v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Checking tokio-reactor v0.1.3 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.1 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Compiling gotham_derive v0.2.1 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Checking serde_json v1.0.26 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Checking gotham v0.2.1 [INFO] [stderr] Checking gotham-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.28s [INFO] running `Command { std: "docker" "inspect" "8d18984aa11f4cf00a975690255532627dcae2eeb360355380d3f70214235f5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d18984aa11f4cf00a975690255532627dcae2eeb360355380d3f70214235f5b", kill_on_drop: false }` [INFO] [stdout] 8d18984aa11f4cf00a975690255532627dcae2eeb360355380d3f70214235f5b