[INFO] fetching crate minidom 0.16.0... [INFO] testing minidom-0.16.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate minidom 0.16.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate minidom 0.16.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate minidom 0.16.0 [INFO] tweaked toml for crates.io crate minidom 0.16.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate minidom 0.16.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate minidom 0.16.0 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01338f4490cd283b8f3fcfd8692c33f6d163f70fcff19db38ffa533657f19170 [INFO] running `Command { std: "docker" "start" "-a" "01338f4490cd283b8f3fcfd8692c33f6d163f70fcff19db38ffa533657f19170", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01338f4490cd283b8f3fcfd8692c33f6d163f70fcff19db38ffa533657f19170", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01338f4490cd283b8f3fcfd8692c33f6d163f70fcff19db38ffa533657f19170", kill_on_drop: false }` [INFO] [stdout] 01338f4490cd283b8f3fcfd8692c33f6d163f70fcff19db38ffa533657f19170 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a108394c10dbbff76d5b5890f1e77fd1295d2f3dd215de1416127cafa00abea [INFO] running `Command { std: "docker" "start" "-a" "3a108394c10dbbff76d5b5890f1e77fd1295d2f3dd215de1416127cafa00abea", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling rxml_validation v0.11.0 [INFO] [stderr] Compiling rxml v0.11.1 [INFO] [stderr] Compiling minidom v0.16.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:262:18 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:270:22 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:454:18 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn nodes(&self) -> Nodes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 454 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:460:22 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 460 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:480:21 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn children(&self) -> Children { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:488:25 [INFO] [stdout] | [INFO] [stdout] 488 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 488 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:504:38 [INFO] [stdout] | [INFO] [stdout] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:525:18 [INFO] [stdout] | [INFO] [stdout] 525 | pub fn texts(&self) -> Texts { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 525 | pub fn texts(&self) -> Texts<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:533:22 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 533 | pub fn texts_mut(&mut self) -> TextsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s [INFO] running `Command { std: "docker" "inspect" "3a108394c10dbbff76d5b5890f1e77fd1295d2f3dd215de1416127cafa00abea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a108394c10dbbff76d5b5890f1e77fd1295d2f3dd215de1416127cafa00abea", kill_on_drop: false }` [INFO] [stdout] 3a108394c10dbbff76d5b5890f1e77fd1295d2f3dd215de1416127cafa00abea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2212a7758f6143092c55a974137ca651e13ebe1a1fac699a344e2d829ada5ec [INFO] running `Command { std: "docker" "start" "-a" "d2212a7758f6143092c55a974137ca651e13ebe1a1fac699a344e2d829ada5ec", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:262:18 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:270:22 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:454:18 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn nodes(&self) -> Nodes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 454 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:460:22 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 460 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:480:21 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn children(&self) -> Children { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:488:25 [INFO] [stdout] | [INFO] [stdout] 488 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 488 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:504:38 [INFO] [stdout] | [INFO] [stdout] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:525:18 [INFO] [stdout] | [INFO] [stdout] 525 | pub fn texts(&self) -> Texts { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 525 | pub fn texts(&self) -> Texts<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling minidom v0.16.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:533:22 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 533 | pub fn texts_mut(&mut self) -> TextsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:262:18 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:270:22 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:454:18 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn nodes(&self) -> Nodes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 454 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:460:22 [INFO] [stdout] | [INFO] [stdout] 460 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 460 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:480:21 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn children(&self) -> Children { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:488:25 [INFO] [stdout] | [INFO] [stdout] 488 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 488 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:504:38 [INFO] [stdout] | [INFO] [stdout] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:525:18 [INFO] [stdout] | [INFO] [stdout] 525 | pub fn texts(&self) -> Texts { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 525 | pub fn texts(&self) -> Texts<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:533:22 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 533 | pub fn texts_mut(&mut self) -> TextsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.74s [INFO] running `Command { std: "docker" "inspect" "d2212a7758f6143092c55a974137ca651e13ebe1a1fac699a344e2d829ada5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2212a7758f6143092c55a974137ca651e13ebe1a1fac699a344e2d829ada5ec", kill_on_drop: false }` [INFO] [stdout] d2212a7758f6143092c55a974137ca651e13ebe1a1fac699a344e2d829ada5ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70938b9f378d4b8799cdddea10fd437faf4035b85faa411395a8d5fe33083216 [INFO] running `Command { std: "docker" "start" "-a" "70938b9f378d4b8799cdddea10fd437faf4035b85faa411395a8d5fe33083216", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/element.rs:76:20 [INFO] [stdout] running 41 tests [INFO] [stderr] | [INFO] [stdout] test convert::tests::test_into_attribute_value_on_ints ... ok [INFO] [stderr] 76 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [INFO] [stdout] test element::tests::does_not_unescape_cdata ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test element::tests::parses_spectest_xml ... ok [INFO] [stderr] | | [INFO] [stdout] test element::tests::test_compare_all_ns ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test element::tests::test_compare_empty_children ... ok [INFO] [stderr] | [INFO] [stdout] test element::tests::test_element_new ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test element::tests::failure_with_duplicate_namespace ... ok [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] test element::tests::test_from_reader_nested ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test element::tests::test_from_reader_with_prefix ... ok [INFO] [stderr] | [INFO] [stdout] test element::tests::test_from_reader_split_prefix ... ok [INFO] [stderr] 76 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] test tests::fail_comments ... ok [INFO] [stderr] | +++ [INFO] [stdout] test tests::children_iter_works ... ok [INFO] [stderr] [INFO] [stdout] test tests::get_child_works ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test element::tests::test_from_reader_with_prefixes ... ok [INFO] [stderr] --> src/element.rs:262:18 [INFO] [stdout] test tests::builder_works ... ok [INFO] [stderr] | [INFO] [stdout] test tests::missing_namespace_error ... ok [INFO] [stderr] 262 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] test tests::namespace_attributes_works ... ok [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] test tests::namespace_inherited_prefixed1 ... ok [INFO] [stderr] | | [INFO] [stdout] test tests::namespace_inherited_prefixed2 ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test tests::namespace_inherited_simple ... ok [INFO] [stderr] | [INFO] [stdout] test element::tests::test_from_reader_simple ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test tests::misserialisation ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test tests::namespace_propagation_works ... ok [INFO] [stderr] | [INFO] [stdout] test tests::namespace_prefixed ... ok [INFO] [stderr] 262 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] test tests::reader_no_deduplicate_sibling_prefixes ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test tests::reader_works ... ok [INFO] [stderr] [INFO] [stdout] test tests::writer_no_prefix_namespace_child ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test tests::reader_deduplicate_prefixes ... ok [INFO] [stderr] --> src/element.rs:270:22 [INFO] [stdout] test tests::writer_escapes_text ... ok [INFO] [stderr] | [INFO] [stdout] test tests::writer_no_prefix_namespace ... ok [INFO] [stderr] 270 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] test tests::writer_prefix_namespace_child ... ok [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test tests::test_real_data ... ok [INFO] [stderr] | | [INFO] [stdout] test tests::writer_escapes_attributes ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test tests::namespace_simple ... ok [INFO] [stderr] | [INFO] [stdout] test tests::two_elements_with_same_arguments_different_order_are_equal ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test tests::writer_with_decl_works ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test tests::writer_with_prefix ... ok [INFO] [stderr] | [INFO] [stdout] test tests::wrongly_closed_elements_error ... ok [INFO] [stderr] 270 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] test tests::writer_with_prefix_deduplicate ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test tests::writer_works ... ok [INFO] [stderr] [INFO] [stdout] test tests::xml_error ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/element.rs:454:18 [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 454 | pub fn nodes(&self) -> Nodes { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 454 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:460:22 [INFO] [stderr] | [INFO] [stderr] 460 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 460 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:480:21 [INFO] [stderr] | [INFO] [stderr] 480 | pub fn children(&self) -> Children { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 480 | pub fn children(&self) -> Children<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:488:25 [INFO] [stderr] | [INFO] [stderr] 488 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 488 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:504:38 [INFO] [stderr] | [INFO] [stderr] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 504 | pub fn take_contents_as_children(&mut self) -> ContentsAsChildren<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:525:18 [INFO] [stderr] | [INFO] [stderr] 525 | pub fn texts(&self) -> Texts { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 525 | pub fn texts(&self) -> Texts<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:533:22 [INFO] [stderr] | [INFO] [stderr] 533 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 533 | pub fn texts_mut(&mut self) -> TextsMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `minidom` (lib) generated 10 warnings (run `cargo fix --lib -p minidom` to apply 10 suggestions) [INFO] [stderr] warning: `minidom` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minidom-857bd68e4137e502) [INFO] [stderr] Doc-tests minidom [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/element.rs - element::Element::bare (line 210) ... ok [INFO] [stdout] test src/element.rs - element::Element::attrs (line 252) ... ok [INFO] [stdout] test src/element.rs - element::Element::children (line 468) ... ok [INFO] [stdout] test src/element.rs - element::Element::append_text_node (line 575) ... ok [INFO] [stdout] test src/element.rs - element::Element::builder (line 180) ... ok [INFO] [stdout] test src/element.rs - element::Element::append_child (line 543) ... ok [INFO] [stdout] test src/element.rs - element::Element::append_node (line 622) ... ok [INFO] [stdout] test src/element.rs - element::Element::has_ns (line 319) ... ok [INFO] [stdout] test src/element.rs - element::Element::append_text (line 597) ... ok [INFO] [stdout] test src/element.rs - element::Element::get_child (line 655) ... ok [INFO] [stdout] test src/element.rs - element::Element::has_child (line 705) ... ok [INFO] [stdout] test src/element.rs - element::Element::is (line 296) ... ok [INFO] [stdout] test src/element.rs - element::Element::nodes (line 439) ... ok [INFO] [stdout] test src/element.rs - element::Element::texts (line 514) ... ok [INFO] [stdout] test src/element.rs - element::Element::remove_child (line 730) ... ok [INFO] [stdout] test src/node.rs - node::Node::as_element (line 33) ... ok [INFO] [stdout] test src/element.rs - element::Element::text (line 639) ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/node.rs - node::Node::as_element_mut (line 54) ... ok [INFO] [stdout] test src/node.rs - node::Node::as_text (line 96) ... ok [INFO] [stdout] test src/node.rs - node::Node::into_text (line 144) ... ok [INFO] [stdout] test src/node.rs - node::Node::into_element (line 75) ... ok [INFO] [stdout] test src/node.rs - node::Node::as_text_mut (line 117) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "70938b9f378d4b8799cdddea10fd437faf4035b85faa411395a8d5fe33083216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70938b9f378d4b8799cdddea10fd437faf4035b85faa411395a8d5fe33083216", kill_on_drop: false }` [INFO] [stdout] 70938b9f378d4b8799cdddea10fd437faf4035b85faa411395a8d5fe33083216