[INFO] updating cached repository https://github.com/drewkett/html-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4cb093fcd4bfe764757f69f737dc94599c1479f [INFO] testing drewkett/html-rs against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrewkett%2Fhtml-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/drewkett/html-rs on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/drewkett/html-rs [INFO] finished tweaking git repo https://github.com/drewkett/html-rs [INFO] tweaked toml for git repo https://github.com/drewkett/html-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/drewkett/html-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d7fefda9d7f733552ff7423a38a99e6ccecad267f3af10ec3e459b324d01393 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7d7fefda9d7f733552ff7423a38a99e6ccecad267f3af10ec3e459b324d01393", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d7fefda9d7f733552ff7423a38a99e6ccecad267f3af10ec3e459b324d01393", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d7fefda9d7f733552ff7423a38a99e6ccecad267f3af10ec3e459b324d01393", kill_on_drop: false }` [INFO] [stdout] 7d7fefda9d7f733552ff7423a38a99e6ccecad267f3af10ec3e459b324d01393 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e203019e5a46775188264eb1a12409a33a2aa7e110f601670e277e438755577 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7e203019e5a46775188264eb1a12409a33a2aa7e110f601670e277e438755577", kill_on_drop: false }` [INFO] [stderr] Compiling html-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn BodyElement` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | fn body(children: Vec>) -> Body { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn BodyElement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `text` should have an upper camel case name [INFO] [stdout] --> src/main.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | struct text { [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Text` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `span` should have an upper camel case name [INFO] [stdout] --> src/main.rs:67:10 [INFO] [stdout] | [INFO] [stdout] 67 | element!(span, BodyElement); [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | children: Vec>, [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 67 | element!(span, BodyElement); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 67 | element!(span, BodyElement); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `div` should have an upper camel case name [INFO] [stdout] --> src/main.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | element!(div, BodyElement); [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Div` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | children: Vec>, [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 68 | element!(div, BodyElement); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 68 | element!(div, BodyElement); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `p` should have an upper camel case name [INFO] [stdout] --> src/main.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ^ help: convert the identifier to upper camel case: `P` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | children: Vec>, [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `p` [INFO] [stdout] --> src/main.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "7e203019e5a46775188264eb1a12409a33a2aa7e110f601670e277e438755577", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e203019e5a46775188264eb1a12409a33a2aa7e110f601670e277e438755577", kill_on_drop: false }` [INFO] [stdout] 7e203019e5a46775188264eb1a12409a33a2aa7e110f601670e277e438755577 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cd34250387ff73a70e62921c96565d33168e8c7ebb599cefa62419d6180469c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3cd34250387ff73a70e62921c96565d33168e8c7ebb599cefa62419d6180469c", kill_on_drop: false }` [INFO] [stderr] Compiling html-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn BodyElement` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | fn body(children: Vec>) -> Body { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn BodyElement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `text` should have an upper camel case name [INFO] [stdout] --> src/main.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | struct text { [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Text` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `span` should have an upper camel case name [INFO] [stdout] --> src/main.rs:67:10 [INFO] [stdout] | [INFO] [stdout] 67 | element!(span, BodyElement); [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | children: Vec>, [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 67 | element!(span, BodyElement); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 67 | element!(span, BodyElement); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `div` should have an upper camel case name [INFO] [stdout] --> src/main.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | element!(div, BodyElement); [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Div` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | children: Vec>, [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 68 | element!(div, BodyElement); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 68 | element!(div, BodyElement); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `p` should have an upper camel case name [INFO] [stdout] --> src/main.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ^ help: convert the identifier to upper camel case: `P` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | children: Vec>, [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^ help: use `dyn`: `dyn $b` [INFO] [stdout] ... [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `p` [INFO] [stdout] --> src/main.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | element!(p, BodyElement); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.70s [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3cd34250387ff73a70e62921c96565d33168e8c7ebb599cefa62419d6180469c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cd34250387ff73a70e62921c96565d33168e8c7ebb599cefa62419d6180469c", kill_on_drop: false }` [INFO] [stdout] 3cd34250387ff73a70e62921c96565d33168e8c7ebb599cefa62419d6180469c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b76dd6a3e129b94f4f59b8475a4df696cf6c1154623d192ecf576ac17c33d545 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b76dd6a3e129b94f4f59b8475a4df696cf6c1154623d192ecf576ac17c33d545", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/main.rs:7:23 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] 7 | children: Vec>, [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn BodyElement` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:10:27 [INFO] [stderr] | [INFO] [stderr] 10 | fn body(children: Vec>) -> Body { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn BodyElement` [INFO] [stderr] [INFO] [stderr] warning: type `text` should have an upper camel case name [INFO] [stderr] --> src/main.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | struct text { [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Text` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `span` should have an upper camel case name [INFO] [stderr] --> src/main.rs:67:10 [INFO] [stderr] | [INFO] [stderr] 67 | element!(span, BodyElement); [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Span` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | children: Vec>, [INFO] [stderr] | ^^ help: use `dyn`: `dyn $b` [INFO] [stderr] ... [INFO] [stderr] 67 | element!(span, BodyElement); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn $b` [INFO] [stderr] ... [INFO] [stderr] 67 | element!(span, BodyElement); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: type `div` should have an upper camel case name [INFO] [stderr] --> src/main.rs:68:10 [INFO] [stderr] | [INFO] [stderr] 68 | element!(div, BodyElement); [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `Div` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | children: Vec>, [INFO] [stderr] | ^^ help: use `dyn`: `dyn $b` [INFO] [stderr] ... [INFO] [stderr] 68 | element!(div, BodyElement); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn $b` [INFO] [stderr] ... [INFO] [stderr] 68 | element!(div, BodyElement); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: type `p` should have an upper camel case name [INFO] [stderr] --> src/main.rs:69:10 [INFO] [stderr] | [INFO] [stderr] 69 | element!(p, BodyElement); [INFO] [stderr] | ^ help: convert the identifier to upper camel case: `P` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | children: Vec>, [INFO] [stderr] | ^^ help: use `dyn`: `dyn $b` [INFO] [stderr] ... [INFO] [stderr] 69 | element!(p, BodyElement); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn $b` [INFO] [stderr] ... [INFO] [stderr] 69 | element!(p, BodyElement); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `p` [INFO] [stderr] --> src/main.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | fn $a(children: Vec>) -> Box<$a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | element!(p, BodyElement); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/html_rs-fb5e064428e9c514 [INFO] running `Command { std: "docker" "inspect" "b76dd6a3e129b94f4f59b8475a4df696cf6c1154623d192ecf576ac17c33d545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b76dd6a3e129b94f4f59b8475a4df696cf6c1154623d192ecf576ac17c33d545", kill_on_drop: false }` [INFO] [stdout] b76dd6a3e129b94f4f59b8475a4df696cf6c1154623d192ecf576ac17c33d545