[INFO] fetching crate escapade 0.0.3... [INFO] checking escapade-0.0.3 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate escapade 0.0.3 into /workspace/builds/worker-92/source [INFO] validating manifest of crates.io crate escapade 0.0.3 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate escapade 0.0.3 [INFO] finished tweaking crates.io crate escapade 0.0.3 [INFO] tweaked toml for crates.io crate escapade 0.0.3 written to /workspace/builds/worker-92/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5283de59b57a5492a4893ccd97e9438bd5a8d48d3e8a8a202e7f1a1494d0a30 [INFO] running `Command { std: "docker" "start" "-a" "b5283de59b57a5492a4893ccd97e9438bd5a8d48d3e8a8a202e7f1a1494d0a30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5283de59b57a5492a4893ccd97e9438bd5a8d48d3e8a8a202e7f1a1494d0a30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5283de59b57a5492a4893ccd97e9438bd5a8d48d3e8a8a202e7f1a1494d0a30", kill_on_drop: false }` [INFO] [stdout] b5283de59b57a5492a4893ccd97e9438bd5a8d48d3e8a8a202e7f1a1494d0a30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f73b00df58c50c0097fbbcd40271000d46cea2061a193febc0e266e8bca6be72 [INFO] running `Command { std: "docker" "start" "-a" "f73b00df58c50c0097fbbcd40271000d46cea2061a193febc0e266e8bca6be72", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Checking pulldown-cmark v0.0.3 [INFO] [stderr] Checking skeptic v0.6.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling escapade v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | try!(flush(s, marker, pos, writer)); [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:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | try!(flush(s, marker, pos, writer)); [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:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | 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:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | try!(flush(s, marker, pos, writer)); [INFO] [stdout] | ^^^ [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 | try!(write_hex(writer, c)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | try!(writer.write_all(&s[marker..].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:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | try!(writer.write(b"&#x")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | 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:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | try!(flush(s, marker, pos, writer)); [INFO] [stdout] | ^^^ [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 | try!(write_hex(writer, c)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encode.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | try!(writer.write_all(&s[marker..].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:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | try!(writer.write(b"&#x")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `Command { std: "docker" "inspect" "f73b00df58c50c0097fbbcd40271000d46cea2061a193febc0e266e8bca6be72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f73b00df58c50c0097fbbcd40271000d46cea2061a193febc0e266e8bca6be72", kill_on_drop: false }` [INFO] [stdout] f73b00df58c50c0097fbbcd40271000d46cea2061a193febc0e266e8bca6be72