[INFO] fetching crate html-entities 0.1.0-1...
[INFO] testing html-entities-0.1.0-1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1
[INFO] extracting crate html-entities 0.1.0-1 into /workspace/builds/worker-0-tc1/source
[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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate html-entities 0.1.0-1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 1 package to latest compatible version
[INFO] [stderr] Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66a077b99122295d09aca7fc96af99830674b6f659229d95f680ed5b7e9495ce
[INFO] running `Command { std: "docker" "start" "-a" "66a077b99122295d09aca7fc96af99830674b6f659229d95f680ed5b7e9495ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66a077b99122295d09aca7fc96af99830674b6f659229d95f680ed5b7e9495ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66a077b99122295d09aca7fc96af99830674b6f659229d95f680ed5b7e9495ce", kill_on_drop: false }`
[INFO] [stdout] 66a077b99122295d09aca7fc96af99830674b6f659229d95f680ed5b7e9495ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4eb051fda7bd8c3a299c847a7cdb15c176462410673191e71815e13584ce247a
[INFO] running `Command { std: "docker" "start" "-a" "4eb051fda7bd8c3a299c847a7cdb15c176462410673191e71815e13584ce247a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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 `Once::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` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "4eb051fda7bd8c3a299c847a7cdb15c176462410673191e71815e13584ce247a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4eb051fda7bd8c3a299c847a7cdb15c176462410673191e71815e13584ce247a", kill_on_drop: false }`
[INFO] [stdout] 4eb051fda7bd8c3a299c847a7cdb15c176462410673191e71815e13584ce247a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86055cdba670875d71892ccbb072a7a6828a935c38f532c339bd72bf432b7c86
[INFO] running `Command { std: "docker" "start" "-a" "86055cdba670875d71892ccbb072a7a6828a935c38f532c339bd72bf432b7c86", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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 `Once::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` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[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)]` (part of `#[warn(unused)]`) 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 `Once::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` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s
[INFO] running `Command { std: "docker" "inspect" "86055cdba670875d71892ccbb072a7a6828a935c38f532c339bd72bf432b7c86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86055cdba670875d71892ccbb072a7a6828a935c38f532c339bd72bf432b7c86", kill_on_drop: false }`
[INFO] [stdout] 86055cdba670875d71892ccbb072a7a6828a935c38f532c339bd72bf432b7c86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4fb021d9f3d9a524d6fa24d8e983d5a449d86171b16322ebdb4267f7a40b5990
[INFO] running `Command { std: "docker" "start" "-a" "4fb021d9f3d9a524d6fa24d8e983d5a449d86171b16322ebdb4267f7a40b5990", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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 `Once::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` which comes from the expansion of the macro `lazy_static` (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: 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)]` (part of `#[warn(unused)]`) 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 (run `cargo fix --test "decode"` to apply 3 suggestions)
[INFO] [stderr] warning: `html-entities` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/html_entities-2fecc944f624cfb5)
[INFO] [stderr] Running tests/decode.rs (/opt/rustwide/target/debug/deps/decode-8b952b88101e022c)
[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] [stdout]
[INFO] [stdout] running 3 tests
[INFO] [stdout] test by_dec ... ok
[INFO] [stdout] test by_hex ... ok
[INFO] [stderr] Doc-tests html_entities
[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.01s
[INFO] [stdout]
[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" "4fb021d9f3d9a524d6fa24d8e983d5a449d86171b16322ebdb4267f7a40b5990", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fb021d9f3d9a524d6fa24d8e983d5a449d86171b16322ebdb4267f7a40b5990", kill_on_drop: false }`
[INFO] [stdout] 4fb021d9f3d9a524d6fa24d8e983d5a449d86171b16322ebdb4267f7a40b5990