[INFO] updating cached repository https://github.com/Richterrettich/asciiauthor [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f2387877e2f0d48eb32f4e29dcc5e0f0d40a7b78 [INFO] testing Richterrettich/asciiauthor against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichterrettich%2Fasciiauthor" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Richterrettich/asciiauthor on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Richterrettich/asciiauthor [INFO] finished tweaking git repo https://github.com/Richterrettich/asciiauthor [INFO] tweaked toml for git repo https://github.com/Richterrettich/asciiauthor written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Richterrettich/asciiauthor already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 3cde5f5efe61f987e0153c64f3f79ae51ddd91d2c165f0186ab1c732d9476e6a [INFO] running `"docker" "start" "-a" "3cde5f5efe61f987e0153c64f3f79ae51ddd91d2c165f0186ab1c732d9476e6a"` [INFO] [stderr] Compiling argf v0.2.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling term_size v0.2.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling term v0.4.4 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling clap v2.19.2 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling term-painter v0.2.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling asciiauthor v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.65s [INFO] running `"docker" "inspect" "3cde5f5efe61f987e0153c64f3f79ae51ddd91d2c165f0186ab1c732d9476e6a"` [INFO] running `"docker" "rm" "-f" "3cde5f5efe61f987e0153c64f3f79ae51ddd91d2c165f0186ab1c732d9476e6a"` [INFO] [stdout] 3cde5f5efe61f987e0153c64f3f79ae51ddd91d2c165f0186ab1c732d9476e6a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b76a23cf31050809ba65a4a4f2215f5912185328eabb569985b2ee0d6e1e31c0 [INFO] running `"docker" "start" "-a" "b76a23cf31050809ba65a4a4f2215f5912185328eabb569985b2ee0d6e1e31c0"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling asciiauthor v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/lib.rs:99:58 [INFO] [stderr] | [INFO] [stderr] 99 | section_result = section::section("baz",&*content_path,vector); [INFO] [stderr] | ^^^^^^ expected struct `clap::args::arg_matches::Values`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option>` [INFO] [stderr] found type `std::option::Option>` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `asciiauthor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b76a23cf31050809ba65a4a4f2215f5912185328eabb569985b2ee0d6e1e31c0"` [INFO] running `"docker" "rm" "-f" "b76a23cf31050809ba65a4a4f2215f5912185328eabb569985b2ee0d6e1e31c0"` [INFO] [stdout] b76a23cf31050809ba65a4a4f2215f5912185328eabb569985b2ee0d6e1e31c0