drm | Pipeline #4114 has failed for master | c55f1b9b

Lucas De Marchi lucas.de.marchi at gmail.com
Thu Sep 6 06:10:55 UTC 2018


On Wed, Sep 5, 2018 at 7:00 PM Rodrigo Vivi <rodrigo.vivi at gmail.com> wrote:
>
> well.... it builds for me.
>
> but any idea what might be wrong here on gitlab ci?

>From the logs:

The output from the failed tests:

 8/21 intel-symbol-check                      FAIL     0.29 s (exit status 1)

--- command ---
NM='/usr/sbin/nm' /usr/sbin/bash
/builds/mesa/drm/_build/../intel/intel-symbol-check
intel/libdrm_intel.so.1.0.0
--- stdout ---
intel_get_genx intel_is_genx
-------

So... it's not the build that fails, the test is checking for exported
symbols, and it only does that when using meson (actually as part of
the tests). And we don't use -fvisibility=hidden?!??! Ugh, I think we
need some fixing on that :(


>
> On Wed, Sep 5, 2018 at 4:20 PM GitLab <gitlab at gitlab.freedesktop.org> wrote:
>>
>>
>> Your pipeline has failed.
>>
>> Project Mesa / drm
>> Branch
>> master
>> Commit
>> c55f1b9b
>> intel: get gen once for gen >= 9 We don't need...
>> Commit Author
>> Lucas De Marchi
>> Committed by
>> Rodrigo Vivi
>>
>> Pipeline #4114 triggered by Rodrigo Vivi
>> had 2 failed builds.
>> Logs may contain sensitive data. Please consider before forwarding this email.
>> build
>> oldest-meson
>>
>>
>> Full log written to /builds/mesa/drm/_build/meson-logs/testlog.txt
>> Warning: You are using 'ANSI_X3.4-1968' which is not a Unicode-compatible locale.
>> You might see errors if you use UTF-8 strings as filenames, as strings, or as file contents.
>> Please switch to a UTF-8 locale for your platform.
>> FAILED: meson-test
>> /usr/bin/python3 /usr/local/bin/meson test --no-rebuild --print-errorlogs
>> ninja: build stopped: subcommand failed.
>> section_end:1536189512:build_script
>> section_start:1536189512:after_script
>> section_end:1536189513:after_script
>> ERROR: Job failed: exit code 1
>>
>> build
>> latest-meson
>>
>> --- stdout ---
>> intel_get_genx intel_is_genx
>> -------
>>
>> Full log written to /builds/mesa/drm/_build/meson-logs/testlog.txt
>> FAILED: meson-test
>> /usr/bin/python -u /usr/bin/meson test --no-rebuild --print-errorlogs
>> ninja: build stopped: subcommand failed.
>> section_end:1536189488:build_script
>> section_start:1536189488:after_script
>> section_end:1536189490:after_script
>> ERROR: Job failed: exit code 1
>>
>> You're receiving this email because of your account on gitlab.freedesktop.org. Manage all notifications ยท Help



-- 
Lucas De Marchi


More information about the dri-devel mailing list