[INFO] crate rsvg 0.4.0 is already in cache [INFO] extracting crate rsvg 0.4.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rsvg/0.4.0 [INFO] extracting crate rsvg 0.4.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rsvg/0.4.0 [INFO] validating manifest of rsvg-0.4.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsvg-0.4.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rsvg-0.4.0 [INFO] finished frobbing rsvg-0.4.0 [INFO] frobbed toml for rsvg-0.4.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rsvg/0.4.0/Cargo.toml [INFO] started frobbing rsvg-0.4.0 [INFO] finished frobbing rsvg-0.4.0 [INFO] frobbed toml for rsvg-0.4.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rsvg/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsvg-0.4.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rsvg/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 8f88ee13c9eff6dd27837882dd8ededbcbedb4ecccf27fa3c8860d98a6b2d463 [INFO] running `"docker" "start" "-a" "8f88ee13c9eff6dd27837882dd8ededbcbedb4ecccf27fa3c8860d98a6b2d463"` [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling gio v0.4.1 [INFO] [stderr] Compiling cairo-rs v0.4.1 [INFO] [stderr] Compiling gdk-pixbuf v0.4.0 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling cairo-sys-rs v0.6.0 [INFO] [stderr] Compiling rsvg-sys v0.6.0 [INFO] [stderr] Compiling glib v0.5.0 [INFO] [stderr] Compiling gdk-sys v0.6.0 [INFO] [stderr] Compiling rsvg v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:318:30 [INFO] [stderr] | [INFO] [stderr] 318 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:326:30 [INFO] [stderr] | [INFO] [stderr] 326 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:334:30 [INFO] [stderr] | [INFO] [stderr] 334 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:342:30 [INFO] [stderr] | [INFO] [stderr] 342 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:350:30 [INFO] [stderr] | [INFO] [stderr] 350 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:358:30 [INFO] [stderr] | [INFO] [stderr] 358 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:366:30 [INFO] [stderr] | [INFO] [stderr] 366 | let f: Box_> = Box_::new(Box_::new(f)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:376:15 [INFO] [stderr] | [INFO] [stderr] 376 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:383:15 [INFO] [stderr] | [INFO] [stderr] 383 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:390:15 [INFO] [stderr] | [INFO] [stderr] 390 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:397:15 [INFO] [stderr] | [INFO] [stderr] 397 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:404:15 [INFO] [stderr] | [INFO] [stderr] 404 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:411:15 [INFO] [stderr] | [INFO] [stderr] 411 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auto/handle.rs:418:15 [INFO] [stderr] | [INFO] [stderr] 418 | let f: &&(Fn(&P) + 'static) = transmute(f); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&P) + 'static` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.51s [INFO] running `"docker" "inspect" "8f88ee13c9eff6dd27837882dd8ededbcbedb4ecccf27fa3c8860d98a6b2d463"` [INFO] running `"docker" "rm" "-f" "8f88ee13c9eff6dd27837882dd8ededbcbedb4ecccf27fa3c8860d98a6b2d463"` [INFO] [stdout] 8f88ee13c9eff6dd27837882dd8ededbcbedb4ecccf27fa3c8860d98a6b2d463 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rsvg/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 49cf626b94f71e56f948b6c33472b4ba3e16973434d30b366e0c18bf735ce84f [INFO] running `"docker" "start" "-a" "49cf626b94f71e56f948b6c33472b4ba3e16973434d30b366e0c18bf735ce84f"` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling gdk v0.8.0 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling gtk v0.4.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling gtk-sys v0.6.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling pango v0.4.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling alga v0.5.4 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling nalgebra v0.13.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `geometry::translation::Translation<_, _>`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_ops.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | / impl<$($lives ,)* N: Real, D: DimName, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 68 | | where R: AlgaRotation>, [INFO] [stderr] 69 | | DefaultAllocator: Allocator { [INFO] [stderr] 70 | | type Output = $Output; [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `geometry::translation::Translation<_, _>` [INFO] [stderr] ... [INFO] [stderr] 281 | / isometry_binop_impl_all!( [INFO] [stderr] 282 | | Mul, mul; [INFO] [stderr] 283 | | self: Translation, right: R, Output = Isometry; [INFO] [stderr] 284 | | [val val] => Isometry::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 287 | | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stderr] 288 | | ); [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::Translation<_, _>`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.13.1/src/geometry/isometry_ops.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | / impl<$($lives ,)* N: Real, D: DimName, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 68 | | where R: AlgaRotation>, [INFO] [stderr] 69 | | DefaultAllocator: Allocator { [INFO] [stderr] 70 | | type Output = $Output; [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `&geometry::translation::Translation<_, _>` [INFO] [stderr] ... [INFO] [stderr] 281 | / isometry_binop_impl_all!( [INFO] [stderr] 282 | | Mul, mul; [INFO] [stderr] 283 | | self: Translation, right: R, Output = Isometry; [INFO] [stderr] 284 | | [val val] => Isometry::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 287 | | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stderr] 288 | | ); [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 jpeg-decoder v0.1.15 [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" "49cf626b94f71e56f948b6c33472b4ba3e16973434d30b366e0c18bf735ce84f"` [INFO] running `"docker" "rm" "-f" "49cf626b94f71e56f948b6c33472b4ba3e16973434d30b366e0c18bf735ce84f"` [INFO] [stdout] 49cf626b94f71e56f948b6c33472b4ba3e16973434d30b366e0c18bf735ce84f