[INFO] cloning repository https://github.com/ritikmishra/async-titanic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ritikmishra/async-titanic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritikmishra%2Fasync-titanic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritikmishra%2Fasync-titanic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e42482260088fae5acbfa92704d3a699ab1ed02c [INFO] checking ritikmishra/async-titanic against master#a83f933a9da258cf037e3cab37cd486bfd861a7d for pr-125384-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritikmishra%2Fasync-titanic" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ritikmishra/async-titanic on toolchain a83f933a9da258cf037e3cab37cd486bfd861a7d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a83f933a9da258cf037e3cab37cd486bfd861a7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ritikmishra/async-titanic [INFO] finished tweaking git repo https://github.com/ritikmishra/async-titanic [INFO] tweaked toml for git repo https://github.com/ritikmishra/async-titanic written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ritikmishra/async-titanic 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" "+a83f933a9da258cf037e3cab37cd486bfd861a7d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+a83f933a9da258cf037e3cab37cd486bfd861a7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 86f9736de951b34a26b639ad923a378c31d345e297b1cb8e47aa61efe5332e3d [INFO] running `Command { std: "docker" "start" "-a" "86f9736de951b34a26b639ad923a378c31d345e297b1cb8e47aa61efe5332e3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86f9736de951b34a26b639ad923a378c31d345e297b1cb8e47aa61efe5332e3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86f9736de951b34a26b639ad923a378c31d345e297b1cb8e47aa61efe5332e3d", kill_on_drop: false }` [INFO] [stdout] 86f9736de951b34a26b639ad923a378c31d345e297b1cb8e47aa61efe5332e3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+a83f933a9da258cf037e3cab37cd486bfd861a7d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f94fa2921bcb5526489eb0d997a2c71f453e9d2ce5a2546c8e870db9e38be000 [INFO] running `Command { std: "docker" "start" "-a" "f94fa2921bcb5526489eb0d997a2c71f453e9d2ce5a2546c8e870db9e38be000", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking async-titanic v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.93s [INFO] running `Command { std: "docker" "inspect" "f94fa2921bcb5526489eb0d997a2c71f453e9d2ce5a2546c8e870db9e38be000", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f94fa2921bcb5526489eb0d997a2c71f453e9d2ce5a2546c8e870db9e38be000", kill_on_drop: false }` [INFO] [stdout] f94fa2921bcb5526489eb0d997a2c71f453e9d2ce5a2546c8e870db9e38be000 [INFO] checking ritikmishra/async-titanic against try#824024dd18dd271514f9fa2eafbc04ffcab09070 for pr-125384-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritikmishra%2Fasync-titanic" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ritikmishra/async-titanic on toolchain 824024dd18dd271514f9fa2eafbc04ffcab09070 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824024dd18dd271514f9fa2eafbc04ffcab09070" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ritikmishra/async-titanic [INFO] finished tweaking git repo https://github.com/ritikmishra/async-titanic [INFO] tweaked toml for git repo https://github.com/ritikmishra/async-titanic written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ritikmishra/async-titanic 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" "+824024dd18dd271514f9fa2eafbc04ffcab09070" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+824024dd18dd271514f9fa2eafbc04ffcab09070" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49f7ed1ca40bbf52b364edf1601ccb5a6fb5c2d367314b4541e560107197e676 [INFO] running `Command { std: "docker" "start" "-a" "49f7ed1ca40bbf52b364edf1601ccb5a6fb5c2d367314b4541e560107197e676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49f7ed1ca40bbf52b364edf1601ccb5a6fb5c2d367314b4541e560107197e676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49f7ed1ca40bbf52b364edf1601ccb5a6fb5c2d367314b4541e560107197e676", kill_on_drop: false }` [INFO] [stdout] 49f7ed1ca40bbf52b364edf1601ccb5a6fb5c2d367314b4541e560107197e676 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+824024dd18dd271514f9fa2eafbc04ffcab09070" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34e7860c5d979c89d86f62f2503e1d1e6ede52b7221016313637f5be65594513 [INFO] running `Command { std: "docker" "start" "-a" "34e7860c5d979c89d86f62f2503e1d1e6ede52b7221016313637f5be65594513", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] error: cannot specify two kinds of `message-format` arguments [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --message-format=json --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "34e7860c5d979c89d86f62f2503e1d1e6ede52b7221016313637f5be65594513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34e7860c5d979c89d86f62f2503e1d1e6ede52b7221016313637f5be65594513", kill_on_drop: false }` [INFO] [stdout] 34e7860c5d979c89d86f62f2503e1d1e6ede52b7221016313637f5be65594513