[INFO] updating cached repository https://github.com/strangelovephd/gfx-hal-tut [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] b2e4e43aa2fcc4ba01555ca0fffaf6cb54940c91 [INFO] checking strangelovephd/gfx-hal-tut against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrangelovephd%2Fgfx-hal-tut" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/strangelovephd/gfx-hal-tut on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/strangelovephd/gfx-hal-tut [INFO] finished tweaking git repo https://github.com/strangelovephd/gfx-hal-tut [INFO] tweaked toml for git repo https://github.com/strangelovephd/gfx-hal-tut written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/strangelovephd/gfx-hal-tut already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5204c69e1cbf3786c105f6387591568bf84784d959027eacbd93ee3be33b8f85 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "5204c69e1cbf3786c105f6387591568bf84784d959027eacbd93ee3be33b8f85"` [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking rusttype v0.7.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking gfx-hal v0.1.0 [INFO] [stderr] Checking andrew v0.1.6 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking simple_logger v1.0.1 [INFO] [stderr] Checking wayland-sys v0.21.11 [INFO] [stderr] Checking wayland-commons v0.21.11 [INFO] [stderr] Checking wayland-client v0.21.11 [INFO] [stderr] Checking wayland-protocols v0.21.11 [INFO] [stderr] Checking smithay-client-toolkit v0.4.4 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking learn-gfx-hal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `error` in this scope [INFO] [stderr] --> src/main.rs:249:13 [INFO] [stderr] | [INFO] [stderr] 249 | error!("Rendering Error: {:?}", e); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | in_flight_fences: Vec<::Fence>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:68:36 [INFO] [stderr] | [INFO] [stderr] 68 | render_finished_semaphores: Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:69:36 [INFO] [stderr] | [INFO] [stderr] 69 | image_available_semaphores: Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:70:38 [INFO] [stderr] | [INFO] [stderr] 70 | command_buffers: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:71:42 [INFO] [stderr] | [INFO] [stderr] 71 | command_pool: ManuallyDrop>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | framebuffers: Vec<::Framebuffer>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:73:22 [INFO] [stderr] | [INFO] [stderr] 73 | image_views: Vec<(::ImageView)>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | render_pass: ManuallyDrop<::RenderPass>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:76:27 [INFO] [stderr] | [INFO] [stderr] 76 | queue_group: QueueGroup, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | swapchain: ManuallyDrop<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:78:24 [INFO] [stderr] | [INFO] [stderr] 78 | device: ManuallyDrop, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | _instance: ManuallyDrop, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | let instance = back::Instance::create(WINDOW_NAME, 1); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `error` in this scope [INFO] [stderr] --> src/main.rs:249:13 [INFO] [stderr] | [INFO] [stderr] 249 | error!("Rendering Error: {:?}", e); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | in_flight_fences: Vec<::Fence>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:68:36 [INFO] [stderr] | [INFO] [stderr] 68 | render_finished_semaphores: Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:69:36 [INFO] [stderr] | [INFO] [stderr] 69 | image_available_semaphores: Vec<::Semaphore>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:70:38 [INFO] [stderr] | [INFO] [stderr] 70 | command_buffers: Vec>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:71:42 [INFO] [stderr] | [INFO] [stderr] 71 | command_pool: ManuallyDrop>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | framebuffers: Vec<::Framebuffer>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:73:22 [INFO] [stderr] | [INFO] [stderr] 73 | image_views: Vec<(::ImageView)>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | render_pass: ManuallyDrop<::RenderPass>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:76:27 [INFO] [stderr] | [INFO] [stderr] 76 | queue_group: QueueGroup, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | swapchain: ManuallyDrop<::Swapchain>, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:78:24 [INFO] [stderr] | [INFO] [stderr] 78 | device: ManuallyDrop, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | _adapter: Adapter, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | _surface: ::Surface, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:81:27 [INFO] [stderr] | [INFO] [stderr] 81 | _instance: ManuallyDrop, [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `back` [INFO] [stderr] --> src/main.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | let instance = back::Instance::create(WINDOW_NAME, 1); [INFO] [stderr] | ^^^^ use of undeclared type or module `back` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LocalState` [INFO] [stderr] --> src/main.rs:242:27 [INFO] [stderr] | [INFO] [stderr] 242 | let mut local_state = LocalState::default(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `LocalState` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UserInput` [INFO] [stderr] --> src/main.rs:245:22 [INFO] [stderr] | [INFO] [stderr] 245 | let inputs = UserInput::poll_events_loop(&mut winit_state.event_loop); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `UserInput` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GPU` in this scope [INFO] [stderr] --> src/main.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | let GPU { device, mut queues } = unsafe { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `composite_alpha` in this scope [INFO] [stderr] --> src/main.rs:168:17 [INFO] [stderr] | [INFO] [stderr] 168 | composite_alpha, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `composite_alphas` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_command_buffer` in this scope [INFO] [stderr] --> src/main.rs:217:50 [INFO] [stderr] | [INFO] [stderr] 217 | let command_buffers: ArrayVec<[_; 1]> = [the_command_buffer].into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_command_queue` in this scope [INFO] [stderr] --> src/main.rs:228:13 [INFO] [stderr] | [INFO] [stderr] 228 | the_command_queue.submit(submission, Some(flight_fence)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `flight_fence` in this scope [INFO] [stderr] --> src/main.rs:228:55 [INFO] [stderr] | [INFO] [stderr] 228 | the_command_queue.submit(submission, Some(flight_fence)); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_swapchain` in this scope [INFO] [stderr] --> src/main.rs:229:13 [INFO] [stderr] | [INFO] [stderr] 229 | the_swapchain.present(&mut the_command_queue, i_u32, present_wait_semaphores) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_command_queue` in this scope [INFO] [stderr] --> src/main.rs:229:40 [INFO] [stderr] | [INFO] [stderr] 229 | the_swapchain.present(&mut the_command_queue, i_u32, present_wait_semaphores) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalState` in this scope [INFO] [stderr] --> src/main.rs:235:51 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn do_the_render(hal: &mut HalState, locals: &LocalState) -> Result<(), &str> { [INFO] [stderr] | ^^^^^^^^^^ help: a struct with a similar name exists: `HalState` [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/main.rs:235:77 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn do_the_render(hal: &mut HalState, locals: &LocalState) -> Result<(), &str> { [INFO] [stderr] | ^ expected lifetime parameter [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `hal` or `locals` [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0422, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `learn-gfx-hal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LocalState` [INFO] [stderr] --> src/main.rs:242:27 [INFO] [stderr] | [INFO] [stderr] 242 | let mut local_state = LocalState::default(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `LocalState` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UserInput` [INFO] [stderr] --> src/main.rs:245:22 [INFO] [stderr] | [INFO] [stderr] 245 | let inputs = UserInput::poll_events_loop(&mut winit_state.event_loop); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `UserInput` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `GPU` in this scope [INFO] [stderr] --> src/main.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | let GPU { device, mut queues } = unsafe { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `composite_alpha` in this scope [INFO] [stderr] --> src/main.rs:168:17 [INFO] [stderr] | [INFO] [stderr] 168 | composite_alpha, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `composite_alphas` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_command_buffer` in this scope [INFO] [stderr] --> src/main.rs:217:50 [INFO] [stderr] | [INFO] [stderr] 217 | let command_buffers: ArrayVec<[_; 1]> = [the_command_buffer].into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_command_queue` in this scope [INFO] [stderr] --> src/main.rs:228:13 [INFO] [stderr] | [INFO] [stderr] 228 | the_command_queue.submit(submission, Some(flight_fence)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `flight_fence` in this scope [INFO] [stderr] --> src/main.rs:228:55 [INFO] [stderr] | [INFO] [stderr] 228 | the_command_queue.submit(submission, Some(flight_fence)); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_swapchain` in this scope [INFO] [stderr] --> src/main.rs:229:13 [INFO] [stderr] | [INFO] [stderr] 229 | the_swapchain.present(&mut the_command_queue, i_u32, present_wait_semaphores) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `the_command_queue` in this scope [INFO] [stderr] --> src/main.rs:229:40 [INFO] [stderr] | [INFO] [stderr] 229 | the_swapchain.present(&mut the_command_queue, i_u32, present_wait_semaphores) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalState` in this scope [INFO] [stderr] --> src/main.rs:235:51 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn do_the_render(hal: &mut HalState, locals: &LocalState) -> Result<(), &str> { [INFO] [stderr] | ^^^^^^^^^^ help: a struct with a similar name exists: `HalState` [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/main.rs:235:77 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn do_the_render(hal: &mut HalState, locals: &LocalState) -> Result<(), &str> { [INFO] [stderr] | ^ expected lifetime parameter [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `hal` or `locals` [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0422, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0106`. [INFO] [stderr] error: could not compile `learn-gfx-hal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5204c69e1cbf3786c105f6387591568bf84784d959027eacbd93ee3be33b8f85"` [INFO] running `"docker" "rm" "-f" "5204c69e1cbf3786c105f6387591568bf84784d959027eacbd93ee3be33b8f85"` [INFO] [stdout] 5204c69e1cbf3786c105f6387591568bf84784d959027eacbd93ee3be33b8f85