[INFO] fetching crate specker 0.3.5... [INFO] testing specker-0.3.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate specker 0.3.5 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate specker 0.3.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate specker 0.3.5 [INFO] finished tweaking crates.io crate specker 0.3.5 [INFO] tweaked toml for crates.io crate specker 0.3.5 written to /workspace/builds/worker-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5bf68212ab22a90b87c9a4d3f066c9328760a3a61a90f5ec6a386bd2ba880cf5 [INFO] running `Command { std: "docker" "start" "-a" "5bf68212ab22a90b87c9a4d3f066c9328760a3a61a90f5ec6a386bd2ba880cf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5bf68212ab22a90b87c9a4d3f066c9328760a3a61a90f5ec6a386bd2ba880cf5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bf68212ab22a90b87c9a4d3f066c9328760a3a61a90f5ec6a386bd2ba880cf5", kill_on_drop: false }` [INFO] [stdout] 5bf68212ab22a90b87c9a4d3f066c9328760a3a61a90f5ec6a386bd2ba880cf5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40e8fb39b63784d33eec444ae0af47cbfa971c86e71897439106a682445c771f [INFO] running `Command { std: "docker" "start" "-a" "40e8fb39b63784d33eec444ae0af47cbfa971c86e71897439106a682445c771f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling specker v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | LexError::Utf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:77:41 [INFO] [stdout] | [INFO] [stdout] 77 | ParseError::Lex(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:164:48 [INFO] [stdout] | [INFO] [stdout] 164 | TemplateWriteError::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:235:38 [INFO] [stdout] | [INFO] [stdout] 235 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:252:48 [INFO] [stdout] | [INFO] [stdout] 252 | TemplateMatchError::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:348:19 [INFO] [stdout] | [INFO] [stdout] 348 | self.desc.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:140:40 [INFO] [stdout] | [INFO] [stdout] 140 | Error::WalkDir(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:142:49 [INFO] [stdout] | [INFO] [stdout] 142 | Error::StripPrefixError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:143:49 [INFO] [stdout] | [INFO] [stdout] 143 | Error::Parse { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.77s [INFO] running `Command { std: "docker" "inspect" "40e8fb39b63784d33eec444ae0af47cbfa971c86e71897439106a682445c771f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40e8fb39b63784d33eec444ae0af47cbfa971c86e71897439106a682445c771f", kill_on_drop: false }` [INFO] [stdout] 40e8fb39b63784d33eec444ae0af47cbfa971c86e71897439106a682445c771f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c260a1c52c212c2b195078fdb064165916cdbd189a58b591448e577e06e5673 [INFO] running `Command { std: "docker" "start" "-a" "0c260a1c52c212c2b195078fdb064165916cdbd189a58b591448e577e06e5673", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | LexError::Utf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:77:41 [INFO] [stdout] | [INFO] [stdout] 77 | ParseError::Lex(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:164:48 [INFO] [stdout] | [INFO] [stdout] 164 | TemplateWriteError::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:235:38 [INFO] [stdout] | [INFO] [stdout] 235 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling specker v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:252:48 [INFO] [stdout] | [INFO] [stdout] 252 | TemplateMatchError::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:348:19 [INFO] [stdout] | [INFO] [stdout] 348 | self.desc.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:140:40 [INFO] [stdout] | [INFO] [stdout] 140 | Error::WalkDir(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:142:49 [INFO] [stdout] | [INFO] [stdout] 142 | Error::StripPrefixError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:143:49 [INFO] [stdout] | [INFO] [stdout] 143 | Error::Parse { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | LexError::Utf8(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:77:41 [INFO] [stdout] | [INFO] [stdout] 77 | ParseError::Lex(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:164:48 [INFO] [stdout] | [INFO] [stdout] 164 | TemplateWriteError::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:235:38 [INFO] [stdout] | [INFO] [stdout] 235 | a.description() == b.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:252:48 [INFO] [stdout] | [INFO] [stdout] 252 | TemplateMatchError::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:348:19 [INFO] [stdout] | [INFO] [stdout] 348 | self.desc.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:140:40 [INFO] [stdout] | [INFO] [stdout] 140 | Error::WalkDir(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:142:49 [INFO] [stdout] | [INFO] [stdout] 142 | Error::StripPrefixError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:143:49 [INFO] [stdout] | [INFO] [stdout] 143 | Error::Parse { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.39s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/specker-e8e312b12571a03f) [INFO] [stderr] Executable tests/match_template_item.rs (/opt/rustwide/target/debug/deps/match_template_item-6cf28c92fc1d849a) [INFO] [stderr] Executable tests/support.rs (/opt/rustwide/target/debug/deps/support-95ae460237cfa8b5) [INFO] [stderr] Executable tests/write_template_item.rs (/opt/rustwide/target/debug/deps/write_template_item-b366dc26c6ce2da6) [INFO] running `Command { std: "docker" "inspect" "0c260a1c52c212c2b195078fdb064165916cdbd189a58b591448e577e06e5673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c260a1c52c212c2b195078fdb064165916cdbd189a58b591448e577e06e5673", kill_on_drop: false }` [INFO] [stdout] 0c260a1c52c212c2b195078fdb064165916cdbd189a58b591448e577e06e5673 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 67187f1460658b9ba2c520aadc4239bd91a282a7a008ddfa0126ae24167fe780 [INFO] running `Command { std: "docker" "start" "-a" "67187f1460658b9ba2c520aadc4239bd91a282a7a008ddfa0126ae24167fe780", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | LexError::Utf8(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:77:41 [INFO] [stderr] | [INFO] [stderr] 77 | ParseError::Lex(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:145:19 [INFO] [stderr] | [INFO] [stderr] 145 | a.description() == b.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:145:38 [INFO] [stderr] | [INFO] [stderr] 145 | a.description() == b.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:164:48 [INFO] [stderr] | [INFO] [stderr] 164 | TemplateWriteError::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:235:19 [INFO] [stderr] | [INFO] [stderr] 235 | a.description() == b.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:235:38 [INFO] [stderr] | [INFO] [stderr] 235 | a.description() == b.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:252:48 [INFO] [stderr] | [INFO] [stderr] 252 | TemplateMatchError::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:348:19 [INFO] [stderr] | [INFO] [stderr] 348 | self.desc.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:140:40 [INFO] [stderr] | [INFO] [stderr] 140 | Error::WalkDir(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | Error::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:142:49 [INFO] [stderr] | [INFO] [stderr] 142 | Error::StripPrefixError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:143:49 [INFO] [stderr] | [INFO] [stderr] 143 | Error::Parse { ref err, .. } => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `specker` (lib) generated 13 warnings [INFO] [stderr] warning: `specker` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.71s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/specker-e8e312b12571a03f) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test ast::tests::test_parser ... ok [INFO] [stdout] test tokens::combinator::tests::test_trim_position ... ok [INFO] [stdout] test tokens::combinator::tests::test_trim ... ok [INFO] [stdout] test tokens::tests::test_multi_line_content_with_params ... ok [INFO] [stdout] test tokens::tests::test_multi_line_params_and_content ... ok [INFO] [stdout] test tokens::tests::test_multi_line_varying_content_and_params ... ok [INFO] [stdout] test tokens::tests::test_newline_match_tokens ... ok [INFO] [stdout] test tokens::tests::test_single_line_mixed ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_content_and_var ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_var ... ok [INFO] [stdout] test tokens::tests::test_single_param_line ... ok [INFO] [stdout] test tokens::tests::test_multi_line_params_and_content_with_skipped_lines ... ok [INFO] [stdout] test tokens::tests::test_single_content_line ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_var_and_content ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/match_template_item.rs (/opt/rustwide/target/debug/deps/match_template_item-6cf28c92fc1d849a) [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test match_template_item::empty_item_does_not_match ... ok [INFO] [stdout] test match_template_item::empty_item_matches_empty_file ... ok [INFO] [stdout] test match_template_item::leading_newline_match ... ok [INFO] [stdout] test match_template_item::leading_newline_not_match_1 ... ok [INFO] [stdout] test match_template_item::leading_newline_not_match_2 ... ok [INFO] [stdout] test match_template_item::leading_newlines_match ... ok [INFO] [stdout] test match_template_item::leading_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::leading_newlines_not_match_2 ... ok [INFO] [stdout] test match_template_item::multiple_lines_item_should_match_empty_lines ... ok [INFO] [stdout] test match_template_item::multiple_lines_item_should_match_everything ... ok [INFO] [stdout] test match_template_item::multiple_text_items_match ... ok [INFO] [stdout] test match_template_item::multiple_text_items_not_match ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newline_match ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newline_not_match_2 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newline_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_and_any_lines_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_and_any_lines_match_3 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_match ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_and_any_lines_match_2 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_var_match ... ok [INFO] [stdout] test match_template_item::multiple_var_not_match ... ok [INFO] [stdout] test match_template_item::repeated_multiple_lines_item_should_match_everything ... ok [INFO] [stdout] test match_template_item::text_and_multiple_lines_and_text_match ... ok [INFO] [stdout] test match_template_item::text_and_multiple_lines_and_text_match_2 ... ok [INFO] [stdout] test match_template_item::text_and_multiple_lines_and_text_not_match_first ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_not_match_2 ... ok [INFO] [stdout] test match_template_item::text_and_multiple_lines_and_text_match_3 ... ok [INFO] [stdout] test match_template_item::text_and_multiple_lines_and_text_not_match_last ... ok [INFO] [stdout] test match_template_item::text_and_multiple_lines_match ... ok [INFO] [stdout] test match_template_item::text_line_match ... ok [INFO] [stdout] test match_template_item::text_line_not_match_end ... ok [INFO] [stdout] test match_template_item::text_lines_skip_and_match ... ok [INFO] [stdout] test match_template_item::trailing_newline_match ... ok [INFO] [stdout] test match_template_item::trailing_newline_not_match_1 ... ok [INFO] [stdout] test match_template_item::trailing_newlines_match ... ok [INFO] [stdout] test match_template_item::trailing_newlines_not_match_2 ... ok [INFO] [stdout] test match_template_item::var_match ... ok [INFO] [stdout] test match_template_item::var_not_match ... ok [INFO] [stdout] test match_template_item::text_line_skip_and_match ... ok [INFO] [stdout] test match_template_item::trailing_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::trailing_newline_not_match_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/support.rs (/opt/rustwide/target/debug/deps/support-95ae460237cfa8b5) [INFO] [stderr] Running tests/write_template_item.rs (/opt/rustwide/target/debug/deps/write_template_item-b366dc26c6ce2da6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test write_template_item::empty_item_should_produce_empty_file ... ok [INFO] [stdout] test write_template_item::new_line ... ok [INFO] [stdout] test write_template_item::mixed ... ok [INFO] [stdout] test write_template_item::new_line_x2 ... ok [INFO] [stdout] test write_template_item::param ... ok [INFO] [stdout] test write_template_item::template_item_that_contains_multiple_lines_should_produce_error ... ok [INFO] [stdout] test write_template_item::param_x2 ... ok [INFO] [stdout] test write_template_item::text ... ok [INFO] [stdout] test write_template_item::template_item_that_is_missing_param_should_produce_error ... ok [INFO] [stdout] test write_template_item::text_x2 ... ok [INFO] [stdout] test write_template_item::two_params ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests specker [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 14) ... ignored [INFO] [stdout] test src/lib.rs - (line 34) ... ignored [INFO] [stdout] test src/lib.rs - (line 46) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "67187f1460658b9ba2c520aadc4239bd91a282a7a008ddfa0126ae24167fe780", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67187f1460658b9ba2c520aadc4239bd91a282a7a008ddfa0126ae24167fe780", kill_on_drop: false }` [INFO] [stdout] 67187f1460658b9ba2c520aadc4239bd91a282a7a008ddfa0126ae24167fe780