[INFO] fetching crate html-entities 0.1.0-1...
[INFO] testing html-entities-0.1.0-1 against 1.59.0 for beta-1.60-1
[INFO] extracting crate html-entities 0.1.0-1 into /workspace/builds/worker-69/source
[INFO] validating manifest of crates.io crate html-entities 0.1.0-1 on toolchain 1.59.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate html-entities 0.1.0-1
[INFO] finished tweaking crates.io crate html-entities 0.1.0-1
[INFO] tweaked toml for crates.io crate html-entities 0.1.0-1 written to /workspace/builds/worker-69/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2e4fc513ce3e70ed00823d53eee912482b2cfaeac928c73eb0ca22c4bd538f1
[INFO] running `Command { std: "docker" "start" "-a" "d2e4fc513ce3e70ed00823d53eee912482b2cfaeac928c73eb0ca22c4bd538f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2e4fc513ce3e70ed00823d53eee912482b2cfaeac928c73eb0ca22c4bd538f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2e4fc513ce3e70ed00823d53eee912482b2cfaeac928c73eb0ca22c4bd538f1", kill_on_drop: false }`
[INFO] [stdout] d2e4fc513ce3e70ed00823d53eee912482b2cfaeac928c73eb0ca22c4bd538f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 297c416434d392d5ccc1cae8097b0830f21a265fcb2d54aa8235320d0efc5a44
[INFO] running `Command { std: "docker" "start" "-a" "297c416434d392d5ccc1cae8097b0830f21a265fcb2d54aa8235320d0efc5a44", kill_on_drop: false }`
[INFO] [stderr] Compiling lazy_static v0.2.11
[INFO] [stderr] Compiling html-entities v0.1.0-1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:52:9
[INFO] [stdout] |
[INFO] [stdout] 52 | try!(parse_entity_numeric(&mut chars, line, &mut col))
[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/lib.rs:54:22
[INFO] [stdout] |
[INFO] [stdout] 54 | let entity = try!(parse_entity_name(&mut chars, line, &mut col));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:55:23
[INFO] [stdout] |
[INFO] [stdout] 55 | let unicode = try!(ENTITIES.entities.get(entity.as_str()).ok_or(DecodeError::UnknownEntity(line, col, entity)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:78:7
[INFO] [stdout] |
[INFO] [stdout] 78 | try!(parse_entity_hex(chars, line, col))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:80:10
[INFO] [stdout] |
[INFO] [stdout] 80 | _ => try!(parse_entity_dec(chars, line, col))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:89:13
[INFO] [stdout] |
[INFO] [stdout] 89 | let num = try!(parse_number(chars, line, col));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:90:13
[INFO] [stdout] |
[INFO] [stdout] 90 | let dec = try!(u32::from_str_radix(&num, 16).map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:96:13
[INFO] [stdout] |
[INFO] [stdout] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:96:18
[INFO] [stdout] |
[INFO] [stdout] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:28:1
[INFO] [stdout] |
[INFO] [stdout] 28 | / lazy_static! {
[INFO] [stdout] 29 | | static ref ENTITIES: Entities = Entities::new();
[INFO] [stdout] 30 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.29s
[INFO] running `Command { std: "docker" "inspect" "297c416434d392d5ccc1cae8097b0830f21a265fcb2d54aa8235320d0efc5a44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "297c416434d392d5ccc1cae8097b0830f21a265fcb2d54aa8235320d0efc5a44", kill_on_drop: false }`
[INFO] [stdout] 297c416434d392d5ccc1cae8097b0830f21a265fcb2d54aa8235320d0efc5a44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9ebaf3a8f6bb6f6ae2d4e760a77fd4ddf2c4e0df440a568082d545a7ca7a983
[INFO] running `Command { std: "docker" "start" "-a" "a9ebaf3a8f6bb6f6ae2d4e760a77fd4ddf2c4e0df440a568082d545a7ca7a983", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:52:9
[INFO] [stdout] |
[INFO] [stdout] 52 | try!(parse_entity_numeric(&mut chars, line, &mut col))
[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/lib.rs:54:22
[INFO] [stdout] |
[INFO] [stdout] 54 | let entity = try!(parse_entity_name(&mut chars, line, &mut col));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:55:23
[INFO] [stdout] |
[INFO] [stdout] 55 | let unicode = try!(ENTITIES.entities.get(entity.as_str()).ok_or(DecodeError::UnknownEntity(line, col, entity)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:78:7
[INFO] [stdout] |
[INFO] [stdout] 78 | try!(parse_entity_hex(chars, line, col))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:80:10
[INFO] [stdout] |
[INFO] [stdout] 80 | _ => try!(parse_entity_dec(chars, line, col))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:89:13
[INFO] [stdout] |
[INFO] [stdout] 89 | let num = try!(parse_number(chars, line, col));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:90:13
[INFO] [stdout] |
[INFO] [stdout] 90 | let dec = try!(u32::from_str_radix(&num, 16).map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:96:13
[INFO] [stdout] |
[INFO] [stdout] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:96:18
[INFO] [stdout] |
[INFO] [stdout] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:28:1
[INFO] [stdout] |
[INFO] [stdout] 28 | / lazy_static! {
[INFO] [stdout] 29 | | static ref ENTITIES: Entities = Entities::new();
[INFO] [stdout] 30 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling html-entities v0.1.0-1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::result::Result`
[INFO] [stdout] --> tests/decode.rs:6:7
[INFO] [stdout] |
[INFO] [stdout] 6 | use std::result::Result;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::result::Result`
[INFO] [stdout] --> tests/decode.rs:18:7
[INFO] [stdout] |
[INFO] [stdout] 18 | use std::result::Result;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::result::Result`
[INFO] [stdout] --> tests/decode.rs:30:7
[INFO] [stdout] |
[INFO] [stdout] 30 | use std::result::Result;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:52:9
[INFO] [stdout] |
[INFO] [stdout] 52 | try!(parse_entity_numeric(&mut chars, line, &mut col))
[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/lib.rs:54:22
[INFO] [stdout] |
[INFO] [stdout] 54 | let entity = try!(parse_entity_name(&mut chars, line, &mut col));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:55:23
[INFO] [stdout] |
[INFO] [stdout] 55 | let unicode = try!(ENTITIES.entities.get(entity.as_str()).ok_or(DecodeError::UnknownEntity(line, col, entity)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:78:7
[INFO] [stdout] |
[INFO] [stdout] 78 | try!(parse_entity_hex(chars, line, col))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:80:10
[INFO] [stdout] |
[INFO] [stdout] 80 | _ => try!(parse_entity_dec(chars, line, col))
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:89:13
[INFO] [stdout] |
[INFO] [stdout] 89 | let num = try!(parse_number(chars, line, col));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:90:13
[INFO] [stdout] |
[INFO] [stdout] 90 | let dec = try!(u32::from_str_radix(&num, 16).map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:96:13
[INFO] [stdout] |
[INFO] [stdout] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] --> src/lib.rs:96:18
[INFO] [stdout] |
[INFO] [stdout] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/lib.rs:28:1
[INFO] [stdout] |
[INFO] [stdout] 28 | / lazy_static! {
[INFO] [stdout] 29 | | static ref ENTITIES: Entities = Entities::new();
[INFO] [stdout] 30 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.23s
[INFO] running `Command { std: "docker" "inspect" "a9ebaf3a8f6bb6f6ae2d4e760a77fd4ddf2c4e0df440a568082d545a7ca7a983", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9ebaf3a8f6bb6f6ae2d4e760a77fd4ddf2c4e0df440a568082d545a7ca7a983", kill_on_drop: false }`
[INFO] [stdout] a9ebaf3a8f6bb6f6ae2d4e760a77fd4ddf2c4e0df440a568082d545a7ca7a983
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 57675b12ad54fe70fb2d4376a2e2dbb132bc2865f80143da7fe439c59523ded1
[INFO] running `Command { std: "docker" "start" "-a" "57675b12ad54fe70fb2d4376a2e2dbb132bc2865f80143da7fe439c59523ded1", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:52:9
[INFO] [stderr] |
[INFO] [stderr] 52 | try!(parse_entity_numeric(&mut chars, line, &mut col))
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:54:22
[INFO] [stderr] |
[INFO] [stderr] 54 | let entity = try!(parse_entity_name(&mut chars, line, &mut col));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:55:23
[INFO] [stderr] |
[INFO] [stderr] 55 | let unicode = try!(ENTITIES.entities.get(entity.as_str()).ok_or(DecodeError::UnknownEntity(line, col, entity)));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:78:7
[INFO] [stderr] |
[INFO] [stderr] 78 | try!(parse_entity_hex(chars, line, col))
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:80:10
[INFO] [stderr] |
[INFO] [stderr] 80 | _ => try!(parse_entity_dec(chars, line, col))
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:89:13
[INFO] [stderr] |
[INFO] [stderr] 89 | let num = try!(parse_number(chars, line, col));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:90:13
[INFO] [stderr] |
[INFO] [stderr] 90 | let dec = try!(u32::from_str_radix(&num, 16).map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:96:13
[INFO] [stderr] |
[INFO] [stderr] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr] --> src/lib.rs:96:18
[INFO] [stderr] |
[INFO] [stderr] 96 | let num = try!(try!(parse_number(chars, line, col)).parse().map_err(|_| DecodeError::IllFormedEntity(line, *col)));
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stderr] --> src/lib.rs:28:1
[INFO] [stderr] |
[INFO] [stderr] 28 | / lazy_static! {
[INFO] [stderr] 29 | | static ref ENTITIES: Entities = Entities::new();
[INFO] [stderr] 30 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `html-entities` (lib) generated 10 warnings
[INFO] [stderr] warning: `html-entities` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr] warning: unused import: `std::result::Result`
[INFO] [stderr] --> tests/decode.rs:6:7
[INFO] [stderr] |
[INFO] [stderr] 6 | use std::result::Result;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `std::result::Result`
[INFO] [stderr] --> tests/decode.rs:18:7
[INFO] [stderr] |
[INFO] [stderr] 18 | use std::result::Result;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `std::result::Result`
[INFO] [stderr] --> tests/decode.rs:30:7
[INFO] [stderr] |
[INFO] [stderr] 30 | use std::result::Result;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: `html-entities` (test "decode") generated 3 warnings
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/html_entities-ddcb242bf77c8e9e)
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stderr] Running tests/decode.rs (/opt/rustwide/target/debug/deps/decode-8916673c33109585)
[INFO] [stdout]
[INFO] [stdout] running 3 tests
[INFO] [stdout] test by_dec ... ok
[INFO] [stdout] test by_hex ... ok
[INFO] [stdout] test by_name ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout]
[INFO] [stderr] Doc-tests html-entities
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "57675b12ad54fe70fb2d4376a2e2dbb132bc2865f80143da7fe439c59523ded1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57675b12ad54fe70fb2d4376a2e2dbb132bc2865f80143da7fe439c59523ded1", kill_on_drop: false }`
[INFO] [stdout] 57675b12ad54fe70fb2d4376a2e2dbb132bc2865f80143da7fe439c59523ded1