[INFO] updating cached repository https://github.com/SCOTPAUL/email_to_image [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] 0f72687062f39cde330d6bf8c730e612a0955af4 [INFO] testing SCOTPAUL/email_to_image against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FSCOTPAUL%2Femail_to_image" "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/SCOTPAUL/email_to_image 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/SCOTPAUL/email_to_image [INFO] finished tweaking git repo https://github.com/SCOTPAUL/email_to_image [INFO] tweaked toml for git repo https://github.com/SCOTPAUL/email_to_image written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/SCOTPAUL/email_to_image 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] 1cbabcc7a6f17ddfd4f26f61c730846bd33005ec349ce0a1b3873b9433c4a673 [INFO] running `"docker" "start" "-a" "1cbabcc7a6f17ddfd4f26f61c730846bd33005ec349ce0a1b3873b9433c4a673"` [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling typenum v1.9.0 [INFO] [stderr] Compiling futures v0.1.15 [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling linked-hash-map v0.0.10 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling deflate v0.7.16 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling arrayvec v0.3.23 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling itertools v0.6.2 [INFO] [stderr] Compiling mime v0.3.3 [INFO] [stderr] Compiling alga v0.5.2 [INFO] [stderr] Compiling rusttype v0.2.1 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling bzip2-sys v0.1.5 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling msdos_time v0.1.5 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling generic-array v0.2.1 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling flate2 v0.2.19 [INFO] [stderr] Compiling bzip2 v0.3.2 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling zip v0.2.6 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling nalgebra v0.11.2 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `geometry::translation::TranslationBase<_, _, _>`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_ops.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 69 | | where N: Real, [INFO] [stderr] 70 | | S: OwnedStorage, [INFO] [stderr] 71 | | R: Rotation>, [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `geometry::translation::TranslationBase<_, _, _>` [INFO] [stderr] ... [INFO] [stderr] 286 | / isometry_binop_impl_all!( [INFO] [stderr] 287 | | Mul, mul; [INFO] [stderr] 288 | | self: TranslationBase, right: R, Output = IsometryBase; [INFO] [stderr] 289 | | [val val] => IsometryBase::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone()); [INFO] [stderr] 293 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `&geometry::translation::TranslationBase<_, _, _>`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_ops.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 69 | | where N: Real, [INFO] [stderr] 70 | | S: OwnedStorage, [INFO] [stderr] 71 | | R: Rotation>, [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `&geometry::translation::TranslationBase<_, _, _>` [INFO] [stderr] ... [INFO] [stderr] 286 | / isometry_binop_impl_all!( [INFO] [stderr] 287 | | Mul, mul; [INFO] [stderr] 288 | | self: TranslationBase, right: R, Output = IsometryBase; [INFO] [stderr] 289 | | [val val] => IsometryBase::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone()); [INFO] [stderr] 293 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stderr] [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `nalgebra`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1cbabcc7a6f17ddfd4f26f61c730846bd33005ec349ce0a1b3873b9433c4a673"` [INFO] running `"docker" "rm" "-f" "1cbabcc7a6f17ddfd4f26f61c730846bd33005ec349ce0a1b3873b9433c4a673"` [INFO] [stdout] 1cbabcc7a6f17ddfd4f26f61c730846bd33005ec349ce0a1b3873b9433c4a673