[INFO] fetching crate rty 0.2.2...
[INFO] checking rty-0.2.2 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate rty 0.2.2 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate rty 0.2.2 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate rty 0.2.2
[INFO] finished tweaking crates.io crate rty 0.2.2
[INFO] tweaked toml for crates.io crate rty 0.2.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate rty 0.2.2 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8968da561bb6aafd072b14042adaf7524a0152b5321df51fdda62ab82d2e077
[INFO] running `Command { std: "docker" "start" "-a" "f8968da561bb6aafd072b14042adaf7524a0152b5321df51fdda62ab82d2e077", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8968da561bb6aafd072b14042adaf7524a0152b5321df51fdda62ab82d2e077", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8968da561bb6aafd072b14042adaf7524a0152b5321df51fdda62ab82d2e077", kill_on_drop: false }`
[INFO] [stdout] f8968da561bb6aafd072b14042adaf7524a0152b5321df51fdda62ab82d2e077
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e627d6132bce0969071534817b56b2b5b0fbe60e721c02583776638b8fef3e3d
[INFO] running `Command { std: "docker" "start" "-a" "e627d6132bce0969071534817b56b2b5b0fbe60e721c02583776638b8fef3e3d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.36
[INFO] [stderr]    Compiling libc v0.2.74
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling pin-project-internal v0.4.23
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking futures-sink v0.3.5
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking futures-core v0.3.5
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]     Checking once_cell v1.4.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]     Checking futures-task v0.3.5
[INFO] [stderr]     Checking futures-channel v0.3.5
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking futures-io v0.3.5
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.34
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking mio v0.6.22
[INFO] [stderr]     Checking aho-corasick v0.7.13
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling anyhow v1.0.32
[INFO] [stderr]     Checking predicates-core v1.0.0
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking arc-swap v0.4.7
[INFO] [stderr]     Checking regex-syntax v0.6.18
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking float-cmp v0.8.0
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking signal-hook-registry v1.2.1
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling test-case v1.0.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking pin-project-lite v0.1.7
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking treeline v0.1.0
[INFO] [stderr]     Checking predicates-tree v1.0.0
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking apply v0.2.2
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]     Checking regex v1.3.9
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]     Checking predicates v1.0.5
[INFO] [stderr]     Checking assert_cmd v1.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.5
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.37
[INFO] [stderr]    Compiling derive_more v0.99.9
[INFO] [stderr]    Compiling derive-new v0.5.8
[INFO] [stderr]    Compiling derive-getters v0.1.0
[INFO] [stderr]     Checking tokio v0.2.22
[INFO] [stderr]     Checking pin-project v0.4.23
[INFO] [stderr]     Checking futures-util v0.3.5
[INFO] [stderr]     Checking futures-executor v0.3.5
[INFO] [stderr]     Checking futures v0.3.5
[INFO] [stderr]     Checking rty v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]  --> src/main.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![deny(const_err)]
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `derive_more::*`
[INFO] [stdout]   --> src/prelude.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub use derive_more::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | #![deny(unused_imports)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]  --> src/main.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![deny(const_err)]
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `derive_more::*`
[INFO] [stdout]   --> src/prelude.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub use derive_more::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | #![deny(unused_imports)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rty` (bin "rty") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rty` (bin "rty" test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e627d6132bce0969071534817b56b2b5b0fbe60e721c02583776638b8fef3e3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e627d6132bce0969071534817b56b2b5b0fbe60e721c02583776638b8fef3e3d", kill_on_drop: false }`
[INFO] [stdout] e627d6132bce0969071534817b56b2b5b0fbe60e721c02583776638b8fef3e3d
