Sep 01 19:50:46.884 INFO checking gfx_phase-0.4.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 19:50:46.884 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 19:50:46.884 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:50:47.165 INFO blam! a37841f4ff0edbe293fb83d0737dd94978bbb5cdcf6cabf9fceaaf8ae10753f2 Sep 01 19:50:47.167 INFO running `"docker" "start" "-a" "a37841f4ff0edbe293fb83d0737dd94978bbb5cdcf6cabf9fceaaf8ae10753f2"` Sep 01 19:50:47.849 INFO kablam! Checking draw_queue v0.1.1 Sep 01 19:50:47.850 INFO kablam! Checking draw_state v0.1.2 Sep 01 19:50:47.851 INFO kablam! Checking hprof v0.1.3 Sep 01 19:50:49.326 INFO kablam! Checking gfx v0.6.5 Sep 01 19:50:50.238 INFO kablam! error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library Sep 01 19:50:50.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:58:19 Sep 01 19:50:50.238 INFO kablam! | Sep 01 19:50:50.238 INFO kablam! 58 | use std::{intrinsics, mem}; Sep 01 19:50:50.238 INFO kablam! | ^^^^^^^^^^ Sep 01 19:50:50.238 INFO kablam! | Sep 01 19:50:50.238 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 01 19:50:50.238 INFO kablam! Sep 01 19:50:50.238 INFO kablam! error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library Sep 01 19:50:50.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/draw.rs:73:19 Sep 01 19:50:50.238 INFO kablam! | Sep 01 19:50:50.238 INFO kablam! 73 | use std::{intrinsics, mem}; Sep 01 19:50:50.238 INFO kablam! | ^^^^^^^^^^ Sep 01 19:50:50.238 INFO kablam! | Sep 01 19:50:50.238 INFO kablam! = help: add #![feature(core_intrinsics)] to the crate attributes to enable Sep 01 19:50:50.238 INFO kablam! Sep 01 19:50:52.034 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 01 19:50:52.035 INFO kablam! | Sep 01 19:50:52.035 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 01 19:50:52.035 INFO kablam! 134 | | -> Readable; Sep 01 19:50:52.035 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 01 19:50:52.035 INFO kablam! | Sep 01 19:50:52.035 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.035 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.035 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.035 INFO kablam! note: required by `device::mapping::Readable` Sep 01 19:50:52.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 01 19:50:52.035 INFO kablam! | Sep 01 19:50:52.035 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.035 INFO kablam! 35 | | F::Mapper: 'a Sep 01 19:50:52.035 INFO kablam! 36 | | { Sep 01 19:50:52.035 INFO kablam! 37 | | raw: F::Mapper, Sep 01 19:50:52.035 INFO kablam! ... | Sep 01 19:50:52.035 INFO kablam! 40 | | phantom_t: PhantomData Sep 01 19:50:52.035 INFO kablam! 41 | | } Sep 01 19:50:52.035 INFO kablam! | |_^ Sep 01 19:50:52.035 INFO kablam! Sep 01 19:50:52.035 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 01 19:50:52.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:133:5 Sep 01 19:50:52.035 INFO kablam! | Sep 01 19:50:52.035 INFO kablam! 133 | / fn map_readable(&'a mut self, Self::RawMapping, usize) Sep 01 19:50:52.035 INFO kablam! 134 | | -> Readable; Sep 01 19:50:52.035 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 01 19:50:52.036 INFO kablam! | Sep 01 19:50:52.036 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 01 19:50:52.036 INFO kablam! note: required by `device::mapping::Readable` Sep 01 19:50:52.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 01 19:50:52.036 INFO kablam! | Sep 01 19:50:52.036 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.036 INFO kablam! 35 | | F::Mapper: 'a Sep 01 19:50:52.036 INFO kablam! 36 | | { Sep 01 19:50:52.036 INFO kablam! 37 | | raw: F::Mapper, Sep 01 19:50:52.036 INFO kablam! ... | Sep 01 19:50:52.036 INFO kablam! 40 | | phantom_t: PhantomData Sep 01 19:50:52.036 INFO kablam! 41 | | } Sep 01 19:50:52.036 INFO kablam! | |_^ Sep 01 19:50:52.036 INFO kablam! Sep 01 19:50:52.043 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.043 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 01 19:50:52.043 INFO kablam! | Sep 01 19:50:52.043 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 01 19:50:52.043 INFO kablam! 136 | | -> Writable; Sep 01 19:50:52.043 INFO kablam! | |____________________________________________^ doesn't have a size known at compile-time Sep 01 19:50:52.043 INFO kablam! | Sep 01 19:50:52.043 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.043 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.043 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.043 INFO kablam! note: required by `device::mapping::Writable` Sep 01 19:50:52.043 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 01 19:50:52.044 INFO kablam! | Sep 01 19:50:52.044 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.044 INFO kablam! 63 | | F::Mapper: 'a Sep 01 19:50:52.044 INFO kablam! 64 | | { Sep 01 19:50:52.044 INFO kablam! 65 | | raw: F::Mapper, Sep 01 19:50:52.044 INFO kablam! ... | Sep 01 19:50:52.044 INFO kablam! 68 | | phantom_t: PhantomData Sep 01 19:50:52.044 INFO kablam! 69 | | } Sep 01 19:50:52.044 INFO kablam! | |_^ Sep 01 19:50:52.044 INFO kablam! Sep 01 19:50:52.044 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 01 19:50:52.044 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:135:5 Sep 01 19:50:52.044 INFO kablam! | Sep 01 19:50:52.044 INFO kablam! 135 | / fn map_writable(&'a mut self, Self::RawMapping, usize) Sep 01 19:50:52.044 INFO kablam! 136 | | -> Writable; Sep 01 19:50:52.044 INFO kablam! | |____________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 01 19:50:52.044 INFO kablam! | Sep 01 19:50:52.044 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 01 19:50:52.044 INFO kablam! note: required by `device::mapping::Writable` Sep 01 19:50:52.044 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 01 19:50:52.044 INFO kablam! | Sep 01 19:50:52.044 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.045 INFO kablam! 63 | | F::Mapper: 'a Sep 01 19:50:52.045 INFO kablam! 64 | | { Sep 01 19:50:52.045 INFO kablam! 65 | | raw: F::Mapper, Sep 01 19:50:52.045 INFO kablam! ... | Sep 01 19:50:52.045 INFO kablam! 68 | | phantom_t: PhantomData Sep 01 19:50:52.045 INFO kablam! 69 | | } Sep 01 19:50:52.045 INFO kablam! | |_^ Sep 01 19:50:52.045 INFO kablam! Sep 01 19:50:52.051 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 01 19:50:52.051 INFO kablam! | Sep 01 19:50:52.051 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 01 19:50:52.051 INFO kablam! 138 | | -> RW; Sep 01 19:50:52.051 INFO kablam! | |________________________________________^ doesn't have a size known at compile-time Sep 01 19:50:52.051 INFO kablam! | Sep 01 19:50:52.051 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.051 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.052 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.052 INFO kablam! note: required by `device::mapping::RW` Sep 01 19:50:52.052 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 01 19:50:52.052 INFO kablam! | Sep 01 19:50:52.052 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.052 INFO kablam! 93 | | F::Mapper: 'a Sep 01 19:50:52.052 INFO kablam! 94 | | { Sep 01 19:50:52.052 INFO kablam! 95 | | raw: F::Mapper, Sep 01 19:50:52.052 INFO kablam! ... | Sep 01 19:50:52.052 INFO kablam! 98 | | phantom_t: PhantomData Sep 01 19:50:52.052 INFO kablam! 99 | | } Sep 01 19:50:52.052 INFO kablam! | |_^ Sep 01 19:50:52.052 INFO kablam! Sep 01 19:50:52.052 INFO kablam! error[E0277]: the trait bound `Self: device::Factory` is not satisfied Sep 01 19:50:52.052 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:137:5 Sep 01 19:50:52.052 INFO kablam! | Sep 01 19:50:52.052 INFO kablam! 137 | / fn map_read_write(&'a mut self, Self::RawMapping, usize) Sep 01 19:50:52.052 INFO kablam! 138 | | -> RW; Sep 01 19:50:52.052 INFO kablam! | |________________________________________^ the trait `device::Factory` is not implemented for `Self` Sep 01 19:50:52.052 INFO kablam! | Sep 01 19:50:52.053 INFO kablam! = help: consider adding a `where Self: device::Factory` bound Sep 01 19:50:52.053 INFO kablam! note: required by `device::mapping::RW` Sep 01 19:50:52.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 01 19:50:52.053 INFO kablam! | Sep 01 19:50:52.053 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.053 INFO kablam! 93 | | F::Mapper: 'a Sep 01 19:50:52.053 INFO kablam! 94 | | { Sep 01 19:50:52.053 INFO kablam! 95 | | raw: F::Mapper, Sep 01 19:50:52.053 INFO kablam! ... | Sep 01 19:50:52.053 INFO kablam! 98 | | phantom_t: PhantomData Sep 01 19:50:52.053 INFO kablam! 99 | | } Sep 01 19:50:52.053 INFO kablam! | |_^ Sep 01 19:50:52.053 INFO kablam! Sep 01 19:50:52.196 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:230:5 Sep 01 19:50:52.196 INFO kablam! | Sep 01 19:50:52.196 INFO kablam! 230 | fn map_buffer_readable(&mut self, &handle::Buffer) -> mapping::Readable; Sep 01 19:50:52.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 19:50:52.196 INFO kablam! | Sep 01 19:50:52.196 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.196 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.196 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.196 INFO kablam! note: required by `device::mapping::Readable` Sep 01 19:50:52.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:34:1 Sep 01 19:50:52.196 INFO kablam! | Sep 01 19:50:52.196 INFO kablam! 34 | / pub struct Readable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.197 INFO kablam! 35 | | F::Mapper: 'a Sep 01 19:50:52.197 INFO kablam! 36 | | { Sep 01 19:50:52.197 INFO kablam! 37 | | raw: F::Mapper, Sep 01 19:50:52.197 INFO kablam! ... | Sep 01 19:50:52.197 INFO kablam! 40 | | phantom_t: PhantomData Sep 01 19:50:52.197 INFO kablam! 41 | | } Sep 01 19:50:52.197 INFO kablam! | |_^ Sep 01 19:50:52.197 INFO kablam! Sep 01 19:50:52.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.208 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:231:5 Sep 01 19:50:52.208 INFO kablam! | Sep 01 19:50:52.208 INFO kablam! 231 | fn map_buffer_writable(&mut self, &handle::Buffer) -> mapping::Writable; Sep 01 19:50:52.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 19:50:52.208 INFO kablam! | Sep 01 19:50:52.208 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.208 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.208 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.208 INFO kablam! note: required by `device::mapping::Writable` Sep 01 19:50:52.208 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:62:1 Sep 01 19:50:52.208 INFO kablam! | Sep 01 19:50:52.208 INFO kablam! 62 | / pub struct Writable<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.208 INFO kablam! 63 | | F::Mapper: 'a Sep 01 19:50:52.208 INFO kablam! 64 | | { Sep 01 19:50:52.208 INFO kablam! 65 | | raw: F::Mapper, Sep 01 19:50:52.208 INFO kablam! ... | Sep 01 19:50:52.208 INFO kablam! 68 | | phantom_t: PhantomData Sep 01 19:50:52.208 INFO kablam! 69 | | } Sep 01 19:50:52.208 INFO kablam! | |_^ Sep 01 19:50:52.208 INFO kablam! Sep 01 19:50:52.223 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mod.rs:232:5 Sep 01 19:50:52.223 INFO kablam! | Sep 01 19:50:52.223 INFO kablam! 232 | fn map_buffer_rw(&mut self, &handle::Buffer) -> mapping::RW; Sep 01 19:50:52.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 19:50:52.223 INFO kablam! | Sep 01 19:50:52.223 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.223 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.223 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.223 INFO kablam! note: required by `device::mapping::RW` Sep 01 19:50:52.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/mapping.rs:92:1 Sep 01 19:50:52.223 INFO kablam! | Sep 01 19:50:52.223 INFO kablam! 92 | / pub struct RW<'a, T: Copy, R: 'a + Resources, F: 'a + Factory> where Sep 01 19:50:52.223 INFO kablam! 93 | | F::Mapper: 'a Sep 01 19:50:52.223 INFO kablam! 94 | | { Sep 01 19:50:52.223 INFO kablam! 95 | | raw: F::Mapper, Sep 01 19:50:52.223 INFO kablam! ... | Sep 01 19:50:52.223 INFO kablam! 98 | | phantom_t: PhantomData Sep 01 19:50:52.223 INFO kablam! 99 | | } Sep 01 19:50:52.224 INFO kablam! | |_^ Sep 01 19:50:52.224 INFO kablam! Sep 01 19:50:52.492 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 19:50:52.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/render/mesh.rs:42:5 Sep 01 19:50:52.492 INFO kablam! | Sep 01 19:50:52.492 INFO kablam! 42 | fn generate(buffer: &handle::Buffer) -> Vec>; Sep 01 19:50:52.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 19:50:52.492 INFO kablam! | Sep 01 19:50:52.492 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 19:50:52.492 INFO kablam! = note: to learn more, visit Sep 01 19:50:52.492 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 19:50:52.492 INFO kablam! note: required by `device::handle::Buffer` Sep 01 19:50:52.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.6.5/src/device/handle.rs:43:1 Sep 01 19:50:52.493 INFO kablam! | Sep 01 19:50:52.493 INFO kablam! 43 | pub struct Buffer { Sep 01 19:50:52.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:50:52.493 INFO kablam! Sep 01 19:50:54.750 INFO kablam! error: aborting due to 12 previous errors Sep 01 19:50:54.751 INFO kablam! Sep 01 19:50:54.751 INFO kablam! Some errors occurred: E0277, E0658. Sep 01 19:50:54.751 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 19:50:54.758 INFO kablam! error: Could not compile `gfx`. Sep 01 19:50:54.758 INFO kablam! Sep 01 19:50:54.758 INFO kablam! To learn more, run the command again with --verbose. Sep 01 19:50:54.760 INFO kablam! su: No module specific data is present Sep 01 19:50:55.201 INFO running `"docker" "rm" "-f" "a37841f4ff0edbe293fb83d0737dd94978bbb5cdcf6cabf9fceaaf8ae10753f2"` Sep 01 19:50:55.306 INFO blam! a37841f4ff0edbe293fb83d0737dd94978bbb5cdcf6cabf9fceaaf8ae10753f2