[INFO] updating cached repository https://github.com/upsuper/svg-path-utils [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] 6d343f3fd3669d526fba4ec4a70e2cd6182fc61a [INFO] testing upsuper/svg-path-utils against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupsuper%2Fsvg-path-utils" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/upsuper/svg-path-utils on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/upsuper/svg-path-utils [INFO] finished tweaking git repo https://github.com/upsuper/svg-path-utils [INFO] tweaked toml for git repo https://github.com/upsuper/svg-path-utils written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/upsuper/svg-path-utils already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f1ce6635364a2862605d8c4a56e2d6a4cf483ba7a9c3ffa2b76e90c22c734d32 [INFO] running `"docker" "start" "-a" "f1ce6635364a2862605d8c4a56e2d6a4cf483ba7a9c3ffa2b76e90c22c734d32"` [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.7 [INFO] [stderr] Compiling leak v0.1.2 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.77 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling svg-path-utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!(write!(f, "{}", name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | try!(write!(f, " ")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | try!(write!(f, " {}", value)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | try!(write!(f, " {}", value)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | try!($value.parse().map_err(|_| $msg)) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 29 | let factor = try_parse!(captures[1], "invalid scale factor"); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | try!($value.parse().map_err(|_| $msg)) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | let offset_x = try_parse!(captures[1], "invalid x offset"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | try!($value.parse().map_err(|_| $msg)) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | let offset_y = try_parse!(captures[2], "invalid y offset"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 9.16s [INFO] running `"docker" "inspect" "f1ce6635364a2862605d8c4a56e2d6a4cf483ba7a9c3ffa2b76e90c22c734d32"` [INFO] running `"docker" "rm" "-f" "f1ce6635364a2862605d8c4a56e2d6a4cf483ba7a9c3ffa2b76e90c22c734d32"` [INFO] [stdout] f1ce6635364a2862605d8c4a56e2d6a4cf483ba7a9c3ffa2b76e90c22c734d32 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7e2d28572c5e89ddf25f8092fbdb5dcb74f8f8805b4ee2332eb869d97b32be55 [INFO] running `"docker" "start" "-a" "7e2d28572c5e89ddf25f8092fbdb5dcb74f8f8805b4ee2332eb869d97b32be55"` [INFO] [stderr] Compiling svg-path-utils v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!(write!(f, "{}", name)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | try!(write!(f, " ")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | try!(write!(f, " {}", value)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | try!(write!(f, " {}", value)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | try!($value.parse().map_err(|_| $msg)) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 29 | let factor = try_parse!(captures[1], "invalid scale factor"); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | try!($value.parse().map_err(|_| $msg)) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | let offset_x = try_parse!(captures[1], "invalid x offset"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | try!($value.parse().map_err(|_| $msg)) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | let offset_y = try_parse!(captures[2], "invalid y offset"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref SCALE_ARG: Regex = Regex::new(r"^x([\d\.]+)$").unwrap(); [INFO] [stderr] 19 | | static ref TRANSLATE_ARG: Regex = Regex::new(r"^([+-][\d\.]+)([+-][\d\.]+)$").unwrap(); [INFO] [stderr] 20 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref TOKEN_PATTERN: Regex = [INFO] [stderr] 20 | | Regex::new(r"[a-zA-Z]|-?\.\d+|-?\d+(?:\.\d*)?").unwrap(); [INFO] [stderr] 21 | | [INFO] [stderr] ... | [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `"docker" "inspect" "7e2d28572c5e89ddf25f8092fbdb5dcb74f8f8805b4ee2332eb869d97b32be55"` [INFO] running `"docker" "rm" "-f" "7e2d28572c5e89ddf25f8092fbdb5dcb74f8f8805b4ee2332eb869d97b32be55"` [INFO] [stdout] 7e2d28572c5e89ddf25f8092fbdb5dcb74f8f8805b4ee2332eb869d97b32be55 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 066d7a6d9baac4bb96335cb9722a2c48e12ebc4e6f1db99561467c0358e86cb2 [INFO] running `"docker" "start" "-a" "066d7a6d9baac4bb96335cb9722a2c48e12ebc4e6f1db99561467c0358e86cb2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/svg_path_utils-4f27ad987a64d06d [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] running `"docker" "inspect" "066d7a6d9baac4bb96335cb9722a2c48e12ebc4e6f1db99561467c0358e86cb2"` [INFO] running `"docker" "rm" "-f" "066d7a6d9baac4bb96335cb9722a2c48e12ebc4e6f1db99561467c0358e86cb2"` [INFO] [stdout] 066d7a6d9baac4bb96335cb9722a2c48e12ebc4e6f1db99561467c0358e86cb2