[INFO] fetching crate hamlrs 0.4.3... [INFO] testing hamlrs-0.4.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate hamlrs 0.4.3 into /workspace/builds/worker-105/source [INFO] validating manifest of crates.io crate hamlrs 0.4.3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hamlrs 0.4.3 [INFO] finished tweaking crates.io crate hamlrs 0.4.3 [INFO] tweaked toml for crates.io crate hamlrs 0.4.3 written to /workspace/builds/worker-105/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dba80aefd588b9f9ed361b61690089373379010479e3c394ac470869683ac315 [INFO] running `Command { std: "docker" "start" "-a" "dba80aefd588b9f9ed361b61690089373379010479e3c394ac470869683ac315", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dba80aefd588b9f9ed361b61690089373379010479e3c394ac470869683ac315", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dba80aefd588b9f9ed361b61690089373379010479e3c394ac470869683ac315", kill_on_drop: false }` [INFO] [stdout] dba80aefd588b9f9ed361b61690089373379010479e3c394ac470869683ac315 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c778521f3bfe4ba18f933a220b0b3a99a22123f96c51b22a6bcf9bd225425f9 [INFO] running `Command { std: "docker" "start" "-a" "8c778521f3bfe4ba18f933a220b0b3a99a22123f96c51b22a6bcf9bd225425f9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling hamlrs v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `token` is never read [INFO] [stdout] --> src/parser.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | let mut token: Option<&Token> = None; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `class` is never read [INFO] [stdout] --> src/parser.rs:86:33 [INFO] [stdout] | [INFO] [stdout] 86 | let mut class = String::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `id` is never read [INFO] [stdout] --> src/parser.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | let mut id = String::new(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `value` is never read [INFO] [stdout] --> src/scanner.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | let mut value: Option = None; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indentation` [INFO] [stdout] --> src/ast.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | indentation: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Node` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 243 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:140:49 [INFO] [stdout] | [INFO] [stdout] 140 | ... Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 140 - Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stdout] 140 + Some(tok) => panic!("Expecting Text but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains a brace [INFO] [stdout] --> src/parser.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | ... panic!("Unexpected \"{\" while parsing"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 164 | panic!("{}", "Unexpected \"{\" while parsing"); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 167 - t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stdout] 167 + t => panic!("Unsupported feature: {:?}", t), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:184:49 [INFO] [stdout] | [INFO] [stdout] 184 | ... Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 184 - Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stdout] 184 + Some(tok) => panic!("Expected an identifier after a colon when parsing attributes but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:206:65 [INFO] [stdout] | [INFO] [stdout] 206 | ... Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 206 - Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stdout] 206 + Some(tok) => panic!("Unexpected token {:?} in attribute array.", tok ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:212:53 [INFO] [stdout] | [INFO] [stdout] 212 | ... Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 212 - Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stdout] 212 + Some(tok) => panic!("Expecting value after attribute id in attributes but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "8c778521f3bfe4ba18f933a220b0b3a99a22123f96c51b22a6bcf9bd225425f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c778521f3bfe4ba18f933a220b0b3a99a22123f96c51b22a6bcf9bd225425f9", kill_on_drop: false }` [INFO] [stdout] 8c778521f3bfe4ba18f933a220b0b3a99a22123f96c51b22a6bcf9bd225425f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bbe232844ffb3ccd05377d78cdcd0f261a7dd84ce3421b075daad1fd32e8773 [INFO] running `Command { std: "docker" "start" "-a" "8bbe232844ffb3ccd05377d78cdcd0f261a7dd84ce3421b075daad1fd32e8773", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stdout] warning: value assigned to `token` is never read [INFO] [stdout] --> src/parser.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | let mut token: Option<&Token> = None; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `class` is never read [INFO] [stdout] --> src/parser.rs:86:33 [INFO] [stdout] | [INFO] [stdout] 86 | let mut class = String::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `id` is never read [INFO] [stdout] --> src/parser.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | let mut id = String::new(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `value` is never read [INFO] [stdout] --> src/scanner.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | let mut value: Option = None; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indentation` [INFO] [stdout] --> src/ast.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | indentation: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Node` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 243 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:140:49 [INFO] [stdout] | [INFO] [stdout] 140 | ... Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 140 - Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stdout] 140 + Some(tok) => panic!("Expecting Text but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains a brace [INFO] [stdout] --> src/parser.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | ... panic!("Unexpected \"{\" while parsing"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 164 | panic!("{}", "Unexpected \"{\" while parsing"); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 167 - t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stdout] 167 + t => panic!("Unsupported feature: {:?}", t), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:184:49 [INFO] [stdout] | [INFO] [stdout] 184 | ... Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 184 - Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stdout] 184 + Some(tok) => panic!("Expected an identifier after a colon when parsing attributes but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:206:65 [INFO] [stdout] | [INFO] [stdout] 206 | ... Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 206 - Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stdout] 206 + Some(tok) => panic!("Unexpected token {:?} in attribute array.", tok ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:212:53 [INFO] [stdout] | [INFO] [stdout] 212 | ... Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 212 - Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stdout] 212 + Some(tok) => panic!("Expecting value after attribute id in attributes but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling hamlrs v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `token` is never read [INFO] [stdout] --> src/parser.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | let mut token: Option<&Token> = None; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `class` is never read [INFO] [stdout] --> src/parser.rs:86:33 [INFO] [stdout] | [INFO] [stdout] 86 | let mut class = String::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `id` is never read [INFO] [stdout] --> src/parser.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | let mut id = String::new(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `value` is never read [INFO] [stdout] --> src/scanner.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | let mut value: Option = None; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indentation` [INFO] [stdout] --> src/ast.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | indentation: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Node` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 243 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:140:49 [INFO] [stdout] | [INFO] [stdout] 140 | ... Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 140 - Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stdout] 140 + Some(tok) => panic!("Expecting Text but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains a brace [INFO] [stdout] --> src/parser.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | ... panic!("Unexpected \"{\" while parsing"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 164 | panic!("{}", "Unexpected \"{\" while parsing"); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 167 - t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stdout] 167 + t => panic!("Unsupported feature: {:?}", t), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:184:49 [INFO] [stdout] | [INFO] [stdout] 184 | ... Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 184 - Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stdout] 184 + Some(tok) => panic!("Expected an identifier after a colon when parsing attributes but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:206:65 [INFO] [stdout] | [INFO] [stdout] 206 | ... Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 206 - Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stdout] 206 + Some(tok) => panic!("Unexpected token {:?} in attribute array.", tok ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:212:53 [INFO] [stdout] | [INFO] [stdout] 212 | ... Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 212 - Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stdout] 212 + Some(tok) => panic!("Expecting value after attribute id in attributes but found {:?}", tok), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.57s [INFO] running `Command { std: "docker" "inspect" "8bbe232844ffb3ccd05377d78cdcd0f261a7dd84ce3421b075daad1fd32e8773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bbe232844ffb3ccd05377d78cdcd0f261a7dd84ce3421b075daad1fd32e8773", kill_on_drop: false }` [INFO] [stdout] 8bbe232844ffb3ccd05377d78cdcd0f261a7dd84ce3421b075daad1fd32e8773 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 21d301002ca00a25ce1ce9f16be8a55ef9f33d544b0d2d909abc454fea86327d [INFO] running `Command { std: "docker" "start" "-a" "21d301002ca00a25ce1ce9f16be8a55ef9f33d544b0d2d909abc454fea86327d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: value assigned to `token` is never read [INFO] [stderr] --> src/parser.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | let mut token: Option<&Token> = None; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `class` is never read [INFO] [stderr] --> src/parser.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 86 | let mut class = String::new(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `id` is never read [INFO] [stderr] --> src/parser.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | let mut id = String::new(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `value` is never read [INFO] [stderr] --> src/scanner.rs:68:25 [INFO] [stderr] | [INFO] [stderr] 68 | let mut value: Option = None; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: field is never read: `indentation` [INFO] [stderr] --> src/ast.rs:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | indentation: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Node` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast.rs:243:10 [INFO] [stderr] | [INFO] [stderr] 243 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser.rs:140:49 [INFO] [stderr] | [INFO] [stderr] 140 | ... Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 140 - Some(tok) => panic!(format!("Expecting Text but found {:?}", tok)), [INFO] [stderr] 140 + Some(tok) => panic!("Expecting Text but found {:?}", tok), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message contains a brace [INFO] [stderr] --> src/parser.rs:164:50 [INFO] [stderr] | [INFO] [stderr] 164 | ... panic!("Unexpected \"{\" while parsing"); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] help: add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 164 | panic!("{}", "Unexpected \"{\" while parsing"); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser.rs:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 167 - t => panic!(format!("Unsupported feature: {:?}", t)), [INFO] [stderr] 167 + t => panic!("Unsupported feature: {:?}", t), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser.rs:184:49 [INFO] [stderr] | [INFO] [stderr] 184 | ... Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 184 - Some(tok) => panic!(format!("Expected an identifier after a colon when parsing attributes but found {:?}", tok)), [INFO] [stderr] 184 + Some(tok) => panic!("Expected an identifier after a colon when parsing attributes but found {:?}", tok), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser.rs:206:65 [INFO] [stderr] | [INFO] [stderr] 206 | ... Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 206 - Some(tok) => panic!(format!("Unexpected token {:?} in attribute array.", tok )), [INFO] [stderr] 206 + Some(tok) => panic!("Unexpected token {:?} in attribute array.", tok ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser.rs:212:53 [INFO] [stderr] | [INFO] [stderr] 212 | ... Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 212 - Some(tok) => panic!(format!("Expecting value after attribute id in attributes but found {:?}", tok)), [INFO] [stderr] 212 + Some(tok) => panic!("Expecting value after attribute id in attributes but found {:?}", tok), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `hamlrs` (lib) generated 11 warnings [INFO] [stderr] warning: `hamlrs` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.47s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/haml-f0718af5649192d2) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stderr] Running tests/basic_tests.rs (/opt/rustwide/target/debug/deps/basic_tests-b7e8f92f7a67e3fa) [INFO] [stdout] test parser::test::test_basic_children ... ok [INFO] [stdout] test parser::test::test_basic_element ... ok [INFO] [stdout] test parser::test::test_comment ... ok [INFO] [stdout] test parser::test::test_doctype ... ok [INFO] [stdout] test parser::test::test_nested_children ... ok [INFO] [stdout] test parser::test::test_ruby_attributes ... ok [INFO] [stdout] test parser::test::test_siblings ... ok [INFO] [stdout] test scanner::test::test_basic_text ... ok [INFO] [stdout] test scanner::test::test_element_indentation ... ok [INFO] [stdout] test parser::test::test_ruby_attribute ... ok [INFO] [stdout] test scanner::test::test_at_symbol ... ok [INFO] [stdout] test scanner::test::test_close_paren ... ok [INFO] [stdout] test parser::test::test_ruby_attributes_with_array ... ok [INFO] [stdout] test scanner::test::test_element ... ok [INFO] [stdout] test scanner::test::test_element_multiple_indentation ... ok [INFO] [stdout] test scanner::test::test_element_with_attributes ... ok [INFO] [stdout] test parser::test::test_nested_text ... ok [INFO] [stdout] test scanner::test::test_element_with_multiple_attributes ... ok [INFO] [stdout] test scanner::test::test_endline ... ok [INFO] [stdout] test scanner::test::test_equal ... ok [INFO] [stdout] test scanner::test::test_forwardslash ... ok [INFO] [stdout] test scanner::test::test_hashtag ... ok [INFO] [stdout] test scanner::test::test_indentation ... ok [INFO] [stdout] test scanner::test::test_multiple ... ok [INFO] [stdout] test scanner::test::test_multiple_indentation ... ok [INFO] [stdout] test scanner::test::test_multiple_lines ... ok [INFO] [stdout] test scanner::test::test_multiple_lines_with_indentation ... ok [INFO] [stdout] test scanner::test::test_open_paren ... ok [INFO] [stdout] test scanner::test::test_percent_sign ... ok [INFO] [stdout] test scanner::test::test_period ... ok [INFO] [stdout] test scanner::test::test_quoted_text ... ok [INFO] [stdout] test scanner::test::test_ruby_attribute ... ok [INFO] [stdout] test scanner::test::test_ruby_attributes ... ok [INFO] [stdout] test scanner::test::test_ruby_attributes_with_dictionary ... ok [INFO] [stdout] test scanner::test::test_single_indentation_with_space_later ... ok [INFO] [stdout] test scanner::test::test_windows_endline ... ok [INFO] [stdout] test scanner::test::test_windows_endline_with_text ... ok [INFO] [stdout] test scanner::test::test_whitespace ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_basic_haml ... ok [INFO] [stderr] Running tests/common.rs (/opt/rustwide/target/debug/deps/common-f4f354e10cfb3b4d) [INFO] [stdout] test test_custom_elements ... ok [INFO] [stdout] test test_ruby_attributes ... ok [INFO] [stdout] test test_comments_03 ... ok [INFO] [stdout] test test_text_with_period ... ok [INFO] [stdout] test test_basic_01 ... ok [INFO] [stdout] test test_head_02 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests haml [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 2 tests [INFO] [stdout] test src/lib.rs - to_ast (line 33) ... ok [INFO] [stdout] test src/lib.rs - to_html (line 17) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "21d301002ca00a25ce1ce9f16be8a55ef9f33d544b0d2d909abc454fea86327d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21d301002ca00a25ce1ce9f16be8a55ef9f33d544b0d2d909abc454fea86327d", kill_on_drop: false }` [INFO] [stdout] 21d301002ca00a25ce1ce9f16be8a55ef9f33d544b0d2d909abc454fea86327d