The 32-bit build failing resulted in "Fi.CI.BAT: success" and we pushed this. Please look into it. BR, Jani. On Tue, 26 Mar 2019, Patchwork <patchwork@xxxxxxxxxxxxxxxxxxxxxx> wrote: > == Series Details == > > Series: series starting with [CI,1/9] drm/i915: rename raw reg access functions > URL : https://patchwork.freedesktop.org/series/58604/ > State : success > > == Summary == > > CI Bug Log - changes from CI_DRM_5818 -> Patchwork_12608 > ==================================================== > > Summary > ------- > > **SUCCESS** > > No regressions found. > > External URL: https://patchwork.freedesktop.org/api/1.0/series/58604/revisions/1/mbox/ > > Known issues > ------------ > > Here are the changes found in Patchwork_12608 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@i915_selftest@live_contexts: > - fi-bdw-gvtdvm: PASS -> DMESG-FAIL [fdo#110235 ] > > * igt@i915_selftest@live_execlists: > - fi-apl-guc: PASS -> INCOMPLETE [fdo#103927] / [fdo#109720] > > * igt@i915_selftest@live_uncore: > - fi-skl-gvtdvm: PASS -> DMESG-FAIL [fdo#110210] > - fi-ivb-3770: PASS -> DMESG-FAIL [fdo#110210] > > * igt@kms_pipe_crc_basic@read-crc-pipe-a: > - fi-byt-clapper: PASS -> FAIL [fdo#107362] > > * igt@runner@aborted: > - fi-apl-guc: NOTRUN -> FAIL [fdo#108622] / [fdo#109720] > > > #### Possible fixes #### > > * igt@i915_pm_rpm@basic-pci-d3-state: > - fi-hsw-4770: SKIP [fdo#109271] -> PASS +2 > > * igt@kms_pipe_crc_basic@read-crc-pipe-a-frame-sequence: > - fi-byt-clapper: FAIL [fdo#103191] / [fdo#107362] -> PASS > > > #### Warnings #### > > * igt@i915_selftest@live_contexts: > - fi-icl-u3: INCOMPLETE [fdo#108569] -> DMESG-FAIL [fdo#108569] > > > [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191 > [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 > [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362 > [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569 > [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622 > [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 > [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720 > [fdo#110210]: https://bugs.freedesktop.org/show_bug.cgi?id=110210 > [fdo#110235 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110235 > > > Participating hosts (45 -> 36) > ------------------------------ > > Missing (9): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-byt-squawks fi-bsw-cyan fi-gdg-551 fi-elk-e7500 fi-snb-2600 > > > Build changes > ------------- > > * Linux: CI_DRM_5818 -> Patchwork_12608 > > CI_DRM_5818: de0e80842f3d103996e99cfe27f999690c2ee06e @ git://anongit.freedesktop.org/gfx-ci/linux > IGT_4905: a350b9f9f606296b1599c3617c8530a8985709e2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > Patchwork_12608: bc3211904f72a56cfc1c8773037392dae11df94f @ git://anongit.freedesktop.org/gfx-ci/linux > > > == Kernel 32bit build == > > Warning: Kernel 32bit buildtest failed: > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12608/build_32bit.log > > CALL scripts/checksyscalls.sh > CALL scripts/atomic/check-atomics.sh > CHK include/generated/compile.h > CC [M] drivers/gpu/drm/i915/intel_uc.o > In file included from drivers/gpu/drm/i915/intel_guc.h:28:0, > from drivers/gpu/drm/i915/intel_uc.h:27, > from drivers/gpu/drm/i915/intel_uc.c:25: > drivers/gpu/drm/i915/intel_uncore.h: In function ‘__raw_uncore_read64’: > drivers/gpu/drm/i915/intel_uncore.h:257:9: error: implicit declaration of function ‘readq’; did you mean ‘readl’? [-Werror=implicit-function-declaration] > return read##s__(uncore->regs + i915_mmio_reg_offset(reg)); \ > ^ > drivers/gpu/drm/i915/intel_uncore.h:269:1: note: in expansion of macro ‘__raw_read’ > __raw_read(64, q) > ^~~~~~~~~~ > drivers/gpu/drm/i915/intel_uncore.h: In function ‘__raw_uncore_write64’: > drivers/gpu/drm/i915/intel_uncore.h:264:2: error: implicit declaration of function ‘writeq’; did you mean ‘writel’? [-Werror=implicit-function-declaration] > write##s__(val, uncore->regs + i915_mmio_reg_offset(reg)); \ > ^ > drivers/gpu/drm/i915/intel_uncore.h:274:1: note: in expansion of macro ‘__raw_write’ > __raw_write(64, q) > ^~~~~~~~~~~ > cc1: all warnings being treated as errors > scripts/Makefile.build:278: recipe for target 'drivers/gpu/drm/i915/intel_uc.o' failed > make[5]: *** [drivers/gpu/drm/i915/intel_uc.o] Error 1 > scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm/i915' failed > make[4]: *** [drivers/gpu/drm/i915] Error 2 > scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm' failed > make[3]: *** [drivers/gpu/drm] Error 2 > scripts/Makefile.build:489: recipe for target 'drivers/gpu' failed > make[2]: *** [drivers/gpu] Error 2 > /home/cidrm/kernel/Makefile:1046: recipe for target 'drivers' failed > make[1]: *** [drivers] Error 2 > Makefile:170: recipe for target 'sub-make' failed > make: *** [sub-make] Error 2 > > > == Linux commits == > > bc3211904f72 drm/i915: take a reference to uncore in the engine and use it > 003222962ccd drm/i915: switch intel_wait_for_register to uncore > 09af615477d2 drm/i915: intel_wait_for_register_fw to uncore > 02c209860d4d drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore > 3165d80fee26 drm/i915: switch uncore mmio funcs to use intel_uncore > db6d1bf4fef7 drm/i915: take a ref to the rpm in the uncore structure > 578537728540 drm/i915: add uncore flags for unclaimed mmio > 9cb0c26b3438 drm/i915: add HAS_FORCEWAKE flag to uncore > 518022b1d8c7 drm/i915: rename raw reg access functions > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12608/ > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx