[INFO] cloning repository https://github.com/Morishing362/test-rust-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Morishing362/test-rust-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorishing362%2Ftest-rust-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorishing362%2Ftest-rust-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85bdc4740f8d513eeb2dd791deada3c071ee8ce9 [INFO] checking Morishing362/test-rust-server against master#eb10639928a2781cf0a12440007fbcc1e3a6888f for pr-127827-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorishing362%2Ftest-rust-server" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Morishing362/test-rust-server on toolchain eb10639928a2781cf0a12440007fbcc1e3a6888f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Morishing362/test-rust-server [INFO] finished tweaking git repo https://github.com/Morishing362/test-rust-server [INFO] tweaked toml for git repo https://github.com/Morishing362/test-rust-server written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Morishing362/test-rust-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded urlencoding v1.3.3 [INFO] [stderr] Downloaded rand v0.3.23 [INFO] [stderr] Downloaded uuid v0.4.0 [INFO] [stderr] Downloaded tokio-tungstenite v0.11.0 [INFO] [stderr] Downloaded pin-project-internal v0.4.28 [INFO] [stderr] Downloaded serde_derive v1.0.126 [INFO] [stderr] Downloaded serde v0.9.15 [INFO] [stderr] Downloaded pin-project v0.4.28 [INFO] [stderr] Downloaded warp v0.2.5 [INFO] [stderr] Downloaded redox_syscall v0.2.9 [INFO] [stderr] Downloaded cpufeatures v0.1.5 [INFO] [stderr] Downloaded syn v1.0.73 [INFO] [stderr] Downloaded libc v0.2.98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13ca85a8e6b16c118467b9e32924b3e77831b0e16efcaefeb7d0052caaf64443 [INFO] running `Command { std: "docker" "start" "-a" "13ca85a8e6b16c118467b9e32924b3e77831b0e16efcaefeb7d0052caaf64443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13ca85a8e6b16c118467b9e32924b3e77831b0e16efcaefeb7d0052caaf64443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13ca85a8e6b16c118467b9e32924b3e77831b0e16efcaefeb7d0052caaf64443", kill_on_drop: false }` [INFO] [stdout] 13ca85a8e6b16c118467b9e32924b3e77831b0e16efcaefeb7d0052caaf64443 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f0d69e61557b6948299b57d99c640adfdb6d4268eef80dc0bcded65d9b3f03e [INFO] running `Command { std: "docker" "start" "-a" "4f0d69e61557b6948299b57d99c640adfdb6d4268eef80dc0bcded65d9b3f03e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking cpufeatures v0.1.5 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking urlencoding v1.3.3 [INFO] [stderr] Checking serde v0.9.15 [INFO] [stderr] Checking futures-util v0.3.15 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking sha-1 v0.9.6 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking headers v0.3.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking tungstenite v0.11.1 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking multipart v0.17.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking pin-project v0.4.28 [INFO] [stderr] Checking pin-project v1.0.7 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tungstenite v0.11.0 [INFO] [stderr] Checking h2 v0.2.7 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking hyper v0.13.10 [INFO] [stderr] Checking warp v0.2.5 [INFO] [stderr] Checking rust-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "4f0d69e61557b6948299b57d99c640adfdb6d4268eef80dc0bcded65d9b3f03e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f0d69e61557b6948299b57d99c640adfdb6d4268eef80dc0bcded65d9b3f03e", kill_on_drop: false }` [INFO] [stdout] 4f0d69e61557b6948299b57d99c640adfdb6d4268eef80dc0bcded65d9b3f03e