[INFO] updating cached repository https://github.com/leesdolphin/rainbow_svg_mask [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] d73a122fa6943c106e95e32a253fe9d7d0d88ff8 [INFO] testing leesdolphin/rainbow_svg_mask against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleesdolphin%2Frainbow_svg_mask" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leesdolphin/rainbow_svg_mask 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/leesdolphin/rainbow_svg_mask [INFO] finished tweaking git repo https://github.com/leesdolphin/rainbow_svg_mask [INFO] tweaked toml for git repo https://github.com/leesdolphin/rainbow_svg_mask written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/leesdolphin/rainbow_svg_mask 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 40529a2086bb44dcd521689efa4c44426929ef1cf88beb6841a8e432b185c319 [INFO] running `"docker" "start" "-a" "40529a2086bb44dcd521689efa4c44426929ef1cf88beb6841a8e432b185c319"` [INFO] [stderr] Compiling phf_shared v0.7.20 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling unicode-segmentation v1.0.1 [INFO] [stderr] Compiling simplecss v0.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling float-cmp v0.2.3 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling phf v0.7.20 [INFO] [stderr] Compiling clap v2.20.0 [INFO] [stderr] Compiling svgparser v0.2.0 (https://github.com/RazrFalcon/libsvgparser.git#beb091c4) [INFO] [stderr] Compiling svgparser v0.2.0 [INFO] [stderr] Compiling error-chain v0.8.1 [INFO] [stderr] Compiling svgdom v0.3.0 (https://github.com/RazrFalcon/libsvgdom.git#f7a7da96) [INFO] [stderr] Compiling svgcleaner v0.8.0 (https://github.com/RazrFalcon/svgcleaner.git#8d6bf389) [INFO] [stderr] Compiling rainbow_svg_mask v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0565]: literal in `cfg` predicate value must be a string [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg(doc=false)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | fn cause(&self) -> Option<&error::Error> { None } [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `svgcleaner::cleaner::clean_doc` [INFO] [stderr] --> src/svg_load.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use svgcleaner::cleaner::clean_doc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | / error_chain! { [INFO] [stderr] 56 | | foreign_links { [INFO] [stderr] 57 | | Io(io::Error); [INFO] [stderr] 58 | | SvgDom(SvgDomError); [INFO] [stderr] ... | [INFO] [stderr] 61 | | } [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | / error_chain! { [INFO] [stderr] 56 | | foreign_links { [INFO] [stderr] 57 | | Io(io::Error); [INFO] [stderr] 58 | | SvgDom(SvgDomError); [INFO] [stderr] ... | [INFO] [stderr] 61 | | } [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0565`. [INFO] [stderr] error: Could not compile `rainbow_svg_mask`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "40529a2086bb44dcd521689efa4c44426929ef1cf88beb6841a8e432b185c319"` [INFO] running `"docker" "rm" "-f" "40529a2086bb44dcd521689efa4c44426929ef1cf88beb6841a8e432b185c319"` [INFO] [stdout] 40529a2086bb44dcd521689efa4c44426929ef1cf88beb6841a8e432b185c319