[INFO] fetching crate specker 0.3.5... [INFO] testing specker-0.3.5 against 1.59.0 for beta-1.60-1 [INFO] extracting crate specker 0.3.5 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate specker 0.3.5 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df2e0343487d556d962fab9bc8191e17046918ac0330f2b45a3cc71bc7c7f0e0 [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" "df2e0343487d556d962fab9bc8191e17046918ac0330f2b45a3cc71bc7c7f0e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df2e0343487d556d962fab9bc8191e17046918ac0330f2b45a3cc71bc7c7f0e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df2e0343487d556d962fab9bc8191e17046918ac0330f2b45a3cc71bc7c7f0e0", kill_on_drop: false }` [INFO] [stdout] df2e0343487d556d962fab9bc8191e17046918ac0330f2b45a3cc71bc7c7f0e0 [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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28f29e0ca4af6792f41c1f913fdb0fee12e79a12b93f981dd62e4b8f87e30e1b [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" "28f29e0ca4af6792f41c1f913fdb0fee12e79a12b93f981dd62e4b8f87e30e1b", kill_on_drop: false }` [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.52s [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "28f29e0ca4af6792f41c1f913fdb0fee12e79a12b93f981dd62e4b8f87e30e1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28f29e0ca4af6792f41c1f913fdb0fee12e79a12b93f981dd62e4b8f87e30e1b", kill_on_drop: false }` [INFO] [stdout] 28f29e0ca4af6792f41c1f913fdb0fee12e79a12b93f981dd62e4b8f87e30e1b [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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 277f7ccfe584b723837d8ce959201db45196a24e0191532a9446808705877a55 [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" "277f7ccfe584b723837d8ce959201db45196a24e0191532a9446808705877a55", kill_on_drop: false }` [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] [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 2.97s [INFO] running `Command { std: "docker" "inspect" "277f7ccfe584b723837d8ce959201db45196a24e0191532a9446808705877a55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "277f7ccfe584b723837d8ce959201db45196a24e0191532a9446808705877a55", kill_on_drop: false }` [INFO] [stdout] 277f7ccfe584b723837d8ce959201db45196a24e0191532a9446808705877a55 [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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a89a426007d074c113430df5ccc4f0e8abb1ab0601701cb304d78299a4d9add [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" "3a89a426007d074c113430df5ccc4f0e8abb1ab0601701cb304d78299a4d9add", kill_on_drop: false }` [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 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/specker-9d05daf0f8f08594) [INFO] [stdout] running 14 tests [INFO] [stderr] Running tests/match_template_item.rs (/opt/rustwide/target/debug/deps/match_template_item-ac6c07720ed631b5) [INFO] [stdout] test ast::tests::test_parser ... 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_content_line ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_var_and_content ... 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_newline_match_tokens ... ok [INFO] [stdout] test tokens::tests::test_multi_line_params_and_content_with_skipped_lines ... ok [INFO] [stdout] test tokens::tests::test_multi_line_varying_content_and_params ... ok [INFO] [stdout] test tokens::combinator::tests::test_trim_position ... ok [INFO] [stdout] test tokens::tests::test_multi_line_params_and_content ... ok [INFO] [stdout] test tokens::combinator::tests::test_trim ... ok [INFO] [stdout] test tokens::tests::test_multi_line_content_with_params ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test match_template_item::leading_newlines_match ... 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_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_2 ... 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::empty_item_does_not_match ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newlines_not_match_2 ... ok [INFO] [stdout] test match_template_item::multiple_var_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_not_match_first ... ok [INFO] [stdout] test match_template_item::multiple_var_not_match ... 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_match ... 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_and_text_match_3 ... ok [INFO] [stdout] test match_template_item::text_lines_skip_and_match ... ok [INFO] [stdout] test match_template_item::text_line_match ... ok [INFO] [stdout] test match_template_item::text_line_skip_and_match ... ok [INFO] [stdout] test match_template_item::text_line_not_match_end ... ok [INFO] [stdout] test match_template_item::trailing_newline_not_match_2 ... 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::trailing_newline_match ... ok [INFO] [stdout] test match_template_item::leading_newline_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_separated_by_newline_not_match_2 ... ok [INFO] [stdout] test match_template_item::trailing_newline_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_match ... ok [INFO] [stdout] test match_template_item::leading_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_text_items_not_match ... ok [INFO] [stdout] test match_template_item::leading_newline_not_match_2 ... ok [INFO] [stdout] test match_template_item::trailing_newlines_match ... ok [INFO] [stdout] test match_template_item::trailing_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::leading_newline_match ... 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_newline_match ... ok [INFO] [stdout] test match_template_item::empty_item_matches_empty_file ... 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-4d906443177f4fa1) [INFO] [stdout] [INFO] [stderr] Running tests/write_template_item.rs (/opt/rustwide/target/debug/deps/write_template_item-c569137ffab4ddb2) [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] [stderr] Doc-tests specker [INFO] [stdout] test write_template_item::new_line_x2 ... ok [INFO] [stdout] test write_template_item::mixed ... ok [INFO] [stdout] test write_template_item::text ... ok [INFO] [stdout] test write_template_item::template_item_that_contains_multiple_lines_should_produce_error ... ok [INFO] [stdout] test write_template_item::param ... ok [INFO] [stdout] test write_template_item::text_x2 ... ok [INFO] [stdout] test write_template_item::template_item_that_is_missing_param_should_produce_error ... ok [INFO] [stdout] test write_template_item::empty_item_should_produce_empty_file ... ok [INFO] [stdout] test write_template_item::two_params ... ok [INFO] [stdout] test write_template_item::param_x2 ... ok [INFO] [stdout] test write_template_item::new_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 13) ... ignored [INFO] [stdout] test src/lib.rs - (line 33) ... ignored [INFO] [stdout] test src/lib.rs - (line 45) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3a89a426007d074c113430df5ccc4f0e8abb1ab0601701cb304d78299a4d9add", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a89a426007d074c113430df5ccc4f0e8abb1ab0601701cb304d78299a4d9add", kill_on_drop: false }` [INFO] [stdout] 3a89a426007d074c113430df5ccc4f0e8abb1ab0601701cb304d78299a4d9add