[INFO] crate specker 0.3.5 is already in cache [INFO] testing specker-0.3.5 against 1.45.2 for beta-1.46-1 [INFO] extracting crate specker 0.3.5 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate specker 0.3.5 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 765d6eaa107f06e03c646aef1c0c72ead73e2fa5ac9b6254ec0f660919a05851 [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" "765d6eaa107f06e03c646aef1c0c72ead73e2fa5ac9b6254ec0f660919a05851", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "765d6eaa107f06e03c646aef1c0c72ead73e2fa5ac9b6254ec0f660919a05851", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "765d6eaa107f06e03c646aef1c0c72ead73e2fa5ac9b6254ec0f660919a05851", kill_on_drop: false }` [INFO] [stdout] 765d6eaa107f06e03c646aef1c0c72ead73e2fa5ac9b6254ec0f660919a05851 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 868bf3a479360c42c709d4a0b5bae213d4ccf87ff9e70a39a4337a458e9cdd97 [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" "868bf3a479360c42c709d4a0b5bae213d4ccf87ff9e70a39a4337a458e9cdd97", kill_on_drop: false }` [INFO] [stderr] Compiling specker v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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: use of deprecated item '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] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.68s [INFO] running `Command { std: "docker" "inspect" "868bf3a479360c42c709d4a0b5bae213d4ccf87ff9e70a39a4337a458e9cdd97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "868bf3a479360c42c709d4a0b5bae213d4ccf87ff9e70a39a4337a458e9cdd97", kill_on_drop: false }` [INFO] [stdout] 868bf3a479360c42c709d4a0b5bae213d4ccf87ff9e70a39a4337a458e9cdd97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ca68baa89f2588eeb39667348b1353db694d794cc059fc67556a1a1cc1c595a [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" "2ca68baa89f2588eeb39667348b1353db694d794cc059fc67556a1a1cc1c595a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling specker v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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: use of deprecated item '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] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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: use of deprecated item '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] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.71s [INFO] running `Command { std: "docker" "inspect" "2ca68baa89f2588eeb39667348b1353db694d794cc059fc67556a1a1cc1c595a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca68baa89f2588eeb39667348b1353db694d794cc059fc67556a1a1cc1c595a", kill_on_drop: false }` [INFO] [stdout] 2ca68baa89f2588eeb39667348b1353db694d794cc059fc67556a1a1cc1c595a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ef3df4267cffb9df586aa503bdda9eb4124902f55f25a851b120ebb96b5124b [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" "7ef3df4267cffb9df586aa503bdda9eb4124902f55f25a851b120ebb96b5124b", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item '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] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 item '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 item '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: use of deprecated item '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] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 item '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 item '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: use of deprecated item '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] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 13 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] running 14 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/specker-710755ce41c724f7 [INFO] [stdout] test tokens::tests::test_newline_match_tokens ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/match_template_item-6c85fda4e69039da [INFO] [stdout] test tokens::tests::test_single_content_line ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/support-48d4e0f5732e3f19 [INFO] [stdout] test tokens::tests::test_single_line_mixed ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/write_template_item-7a98690145f8abad [INFO] [stdout] test tokens::tests::test_multi_line_varying_content_and_params ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_content_and_var ... ok [INFO] [stdout] test tokens::tests::test_multi_line_content_with_params ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_var ... ok [INFO] [stdout] test tokens::tests::test_multi_line_params_and_content ... ok [INFO] [stdout] test ast::tests::test_parser ... ok [INFO] [stdout] test tokens::combinator::tests::test_trim_position ... ok [INFO] [stdout] test tokens::tests::test_multi_line_params_and_content_with_skipped_lines ... ok [INFO] [stdout] test tokens::combinator::tests::test_trim ... ok [INFO] [stdout] test tokens::tests::test_single_line_with_var_and_content ... ok [INFO] [stdout] test tokens::tests::test_single_param_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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::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_1 ... ok [INFO] [stdout] test match_template_item::empty_item_matches_empty_file ... 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_text_items_separated_by_newlines_match ... 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_not_match_first ... ok [INFO] [stdout] test match_template_item::multiple_text_items_match ... ok [INFO] [stdout] test match_template_item::multiple_lines_item_should_match_everything ... ok [INFO] [stdout] test match_template_item::leading_newlines_match ... ok [INFO] [stdout] test match_template_item::leading_newline_not_match_2 ... 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_match_3 ... ok [INFO] [stdout] test match_template_item::leading_newline_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_newlines_and_any_lines_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::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::leading_newlines_not_match_2 ... ok [INFO] [stdout] test match_template_item::text_line_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::leading_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::multiple_lines_item_should_match_empty_lines ... ok [INFO] [stdout] test match_template_item::trailing_newline_match ... 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::trailing_newlines_match ... 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::trailing_newlines_not_match_1 ... ok [INFO] [stdout] test match_template_item::text_line_not_match_end ... 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_not_match_1 ... ok [INFO] [stdout] test match_template_item::text_lines_skip_and_match ... ok [INFO] [stdout] test match_template_item::text_line_skip_and_match ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test write_template_item::two_params ... ok [INFO] [stdout] test write_template_item::template_item_that_contains_multiple_lines_should_produce_error ... 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::new_line_x2 ... ok [INFO] [stdout] test write_template_item::empty_item_should_produce_empty_file ... ok [INFO] [stdout] test write_template_item::param_x2 ... ok [INFO] [stdout] test write_template_item::param ... ok [INFO] [stdout] test write_template_item::mixed ... 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 [INFO] [stdout] [INFO] [stderr] Doc-tests specker [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7ef3df4267cffb9df586aa503bdda9eb4124902f55f25a851b120ebb96b5124b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ef3df4267cffb9df586aa503bdda9eb4124902f55f25a851b120ebb96b5124b", kill_on_drop: false }` [INFO] [stdout] 7ef3df4267cffb9df586aa503bdda9eb4124902f55f25a851b120ebb96b5124b