https://bugs.kde.org/show_bug.cgi?id=425178
Bug ID: 425178 Summary: Docker is spewing UdevQt: unhandled device action "move" Product: frameworks-solid Version: 5.72.0 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: lu...@kde.org Reporter: andreas_norda...@hotmail.com CC: kdelibs-b...@kde.org Target Milestone: --- While running `docker build`, this error message appears multiple times: UdevQt: unhandled device action "move" STEPS TO REPRODUCE 1. Put this in a Dockerfile in its own directory: FROM alpine:3.8 RUN echo hello RUN echo world 2. Run `docker build .` from within the directory OBSERVED RESULT Sending build context to Docker daemon 2.048kB Step 1/3 : FROM alpine:3.8 ---> c8bccc0af957 Step 2/3 : RUN echo hello ---> Running in b2857dfcbb26 hello UdevQt: unhandled device action "move" Removing intermediate container b2857dfcbb26 ---> 75635d880095 Step 3/3 : RUN echo world ---> Running in 8718e2e15b17 world UdevQt: unhandled device action "move" Removing intermediate container 8718e2e15b17 ---> 84fa6aaab150 Successfully built 84fa6aaab150 EXPECTED RESULT The «UdevQt: unhandled device action "move"» lines should obviously not be there. ADDITIONAL INFORMATION The message comes from /usr/lib64/libKF5Solid.so.5.72.0. The only other occurrence of the error message on my system is in /usr/lib64/qt5/plugins/kf5/powerdevil/powerdevilupowerbackend.so, but by editing both binaries, I could determine that it was from Solid. -- You are receiving this mail because: You are watching all bug changes.