[INFO] fetching crate forgiving-htmlescape 0.1.0...
[INFO] checking forgiving-htmlescape-0.1.0 against master#00bfd6b2734d9c28a147bf237490995731781fdd for pr-117984
[INFO] extracting crate forgiving-htmlescape 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate forgiving-htmlescape 0.1.0 on toolchain 00bfd6b2734d9c28a147bf237490995731781fdd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate forgiving-htmlescape 0.1.0
[INFO] finished tweaking crates.io crate forgiving-htmlescape 0.1.0
[INFO] tweaked toml for crates.io crate forgiving-htmlescape 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84dfe3b477ccf32604e0781b6ef4fd247fb9e07cf48a4af08b39ddb76a0b01f2
[INFO] running `Command { std: "docker" "start" "-a" "84dfe3b477ccf32604e0781b6ef4fd247fb9e07cf48a4af08b39ddb76a0b01f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84dfe3b477ccf32604e0781b6ef4fd247fb9e07cf48a4af08b39ddb76a0b01f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84dfe3b477ccf32604e0781b6ef4fd247fb9e07cf48a4af08b39ddb76a0b01f2", kill_on_drop: false }`
[INFO] [stdout] 84dfe3b477ccf32604e0781b6ef4fd247fb9e07cf48a4af08b39ddb76a0b01f2
[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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd27a5e95b9e412e7d875c5075d2d4e7da583d62b573819a8c6dd1db8ee18954
[INFO] running `Command { std: "docker" "start" "-a" "dd27a5e95b9e412e7d875c5075d2d4e7da583d62b573819a8c6dd1db8ee18954", kill_on_drop: false }`
[INFO] [stderr] Compiling num-traits v0.2.17
[INFO] [stderr] Compiling num-integer v0.1.45
[INFO] [stderr] Checking rustc-serialize v0.3.24
[INFO] [stderr] Compiling num-iter v0.1.43
[INFO] [stderr] Checking forgiving-htmlescape v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Checking rand v0.4.6
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:60:21
[INFO] [stdout] |
[INFO] [stdout] 60 | None => try!(write_char(writer, c)),
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:61:29
[INFO] [stdout] |
[INFO] [stdout] 61 | Some(entity) => try!(writer.write_all(entity.as_bytes()))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:117:9
[INFO] [stdout] |
[INFO] [stdout] 117 | try!(res);
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:134:5
[INFO] [stdout] |
[INFO] [stdout] 134 | try!(writer.write(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Checking rand v0.3.23
[INFO] [stderr] Checking num-complex v0.1.43
[INFO] [stderr] Checking num-bigint v0.1.44
[INFO] [stderr] Checking num-rational v0.1.42
[INFO] [stderr] Checking num v0.1.42
[INFO] [stdout] warning: unused macro definition: `assert_typed_eq`
[INFO] [stdout] --> tests/test.rs:12:14
[INFO] [stdout] |
[INFO] [stdout] 12 | macro_rules! assert_typed_eq (($T: ty, $given: expr, $expected: expr) => ({
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_macros)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:60:21
[INFO] [stdout] |
[INFO] [stdout] 60 | None => try!(write_char(writer, c)),
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:61:29
[INFO] [stdout] |
[INFO] [stdout] 61 | Some(entity) => try!(writer.write_all(entity.as_bytes()))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:117:9
[INFO] [stdout] |
[INFO] [stdout] 117 | try!(res);
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/encode.rs:134:5
[INFO] [stdout] |
[INFO] [stdout] 134 | try!(writer.write(b""));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "dd27a5e95b9e412e7d875c5075d2d4e7da583d62b573819a8c6dd1db8ee18954", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd27a5e95b9e412e7d875c5075d2d4e7da583d62b573819a8c6dd1db8ee18954", kill_on_drop: false }`
[INFO] [stdout] dd27a5e95b9e412e7d875c5075d2d4e7da583d62b573819a8c6dd1db8ee18954