[INFO] cloning repository https://github.com/tdolist/tdo-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tdolist/tdo-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdolist%2Ftdo-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdolist%2Ftdo-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9030e158a0b4e9cb22af7375ea9d07b5e2218fd6 [INFO] checking tdolist/tdo-server against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdolist%2Ftdo-server" "/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/tdolist/tdo-server on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tdolist/tdo-server [INFO] finished tweaking git repo https://github.com/tdolist/tdo-server [INFO] tweaked toml for git repo https://github.com/tdolist/tdo-server written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/tdolist/tdo-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/tdolist/tdo-notify` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded openssl v0.9.11 [INFO] [stderr] Downloaded openssl-sys v0.9.11 [INFO] [stderr] Downloaded colored v1.4.1 [INFO] [stderr] Downloaded json v0.11.6 [INFO] [stderr] Downloaded base64 v0.3.0 [INFO] [stderr] Downloaded tdo-core v0.1.1 [INFO] [stderr] Downloaded email v0.0.16 [INFO] [stderr] Downloaded lettre v0.6.2 [INFO] [stderr] Downloaded tdo-export v0.1.2 [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 092bd1a573eb806dfc1bb16918eac470b8cbe9e87841e61170c8d139c59cfb71 [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" "092bd1a573eb806dfc1bb16918eac470b8cbe9e87841e61170c8d139c59cfb71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "092bd1a573eb806dfc1bb16918eac470b8cbe9e87841e61170c8d139c59cfb71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "092bd1a573eb806dfc1bb16918eac470b8cbe9e87841e61170c8d139c59cfb71", kill_on_drop: false }` [INFO] [stdout] 092bd1a573eb806dfc1bb16918eac470b8cbe9e87841e61170c8d139c59cfb71 [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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3e350728f6e1c1069bd2db45ecb724494b921343dc28ff1e365f9a483feb6e6 [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" "a3e350728f6e1c1069bd2db45ecb724494b921343dc28ff1e365f9a483feb6e6", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Checking cfg-if v0.1.0 [INFO] [stderr] Checking dtoa v0.4.1 [INFO] [stderr] Checking itoa v0.3.1 [INFO] [stderr] Compiling openssl v0.9.11 [INFO] [stderr] Checking log v0.3.7 [INFO] [stderr] Checking json v0.11.6 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Checking byteorder v1.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Checking time v0.1.37 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking colored v1.4.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking mime v0.2.3 [INFO] [stderr] Checking base64 v0.3.0 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking chrono v0.3.0 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Compiling email v0.0.16 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Checking lettre v0.6.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking tdo-core v0.1.1 [INFO] [stderr] Checking tdo-export v0.1.2 [INFO] [stderr] Checking tdo-notify v0.1.0 (https://github.com/tdolist/tdo-notify#446e85d6) [INFO] [stderr] Checking tdo-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.35s [INFO] running `Command { std: "docker" "inspect" "a3e350728f6e1c1069bd2db45ecb724494b921343dc28ff1e365f9a483feb6e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3e350728f6e1c1069bd2db45ecb724494b921343dc28ff1e365f9a483feb6e6", kill_on_drop: false }` [INFO] [stdout] a3e350728f6e1c1069bd2db45ecb724494b921343dc28ff1e365f9a483feb6e6