See <https://ci.opensuse.org/job/yast-yast-country-master/66/display/redirect> Changes: ------------------------------------------ [...truncated 53.51 KB...] [ 47s] change the keymap to the selected layout [ 47s] #cancel_handler [ 47s] closes the dialog [ 47s] restores the keyboard layout to the previous selected [ 47s] [ 47s] Y2Keyboard::KeyboardLayoutLoader [ 47s] #load_layout [ 47s] set layout temporarily [ 47s] [ 47s] Language::AutoClient [ 47s] #change [ 47s] runs select_language client [ 47s] returns the value from the select_language client [ 47s] #summary [ 47s] returns the AutoYaST summary [ 47s] #import [ 47s] imports the profile [ 47s] #export [ 47s] exports the profile [ 47s] #read [ 47s] reads language information [ 47s] #write [ 47s] writes language information [ 47s] returns the value from the finish client [ 47s] #reset [ 47s] resets the language setting [ 47s] #packages [ 47s] returns an empty hash (no packages to install) [ 47s] #modified? [ 47s] language information is modified ? [ 47s] #modified [ 47s] set to modified [ 47s] [ 47s] Y2Country::Widgets::LanguageSelection [ 47s] enlists all available languages [ 47s] these methods are only tested if they exist [ 47s] #label [ 47s] produces a String [ 47s] #help [ 47s] produces a String [ 47s] #opt [ 47s] produces Symbols [ 47s] #handle [ 47s] produces a Symbol or nil [ 47s] #validate [ 47s] produces a Boolean (or nil) [ 47s] #items [ 47s] produces an array of pairs of strings [ 47s] #handle [ 47s] when language remains unchanged [ 47s] returns nil [ 47s] when language has been changed [ 47s] sets the new language [ 47s] resets the timezones map [ 47s] when emit_event is set to true and Yast::Mode is not config [ 47s] returns :redraw [ 47s] language needed to be switched to English [ 47s] switch language to english [ 47s] language does not need to be switched to English [ 47s] sets console font according to language [ 47s] sets WFM language according to selected language [ 47s] selected langauge is nn_NO [ 47s] it sets WFM language to nb_NO instead [ 47s] #store [ 47s] calls #handle method [ 47s] when emit_event is set to false and Yast::Mode is not config [ 47s] language needed to be switched to English [ 47s] switch language to english [ 47s] language does not need to be switched to English [ 47s] sets console font according to language [ 47s] sets WFM language according to selected language [ 47s] selected langauge is nn_NO [ 47s] it sets WFM language to nb_NO instead [ 47s] [ 47s] Yast::Language [ 47s] #integrate_inst_sys_extension [ 47s] shows UI feedback and extends the inst-sys for selected language [ 47s] #valid_language? [ 47s] when checking for a known, valid language [ 47s] returns true [ 47s] when checking for an unknown language [ 47s] returns false [ 47s] #correct_language [ 47s] when called with a known, valid language [ 47s] returns the same unchanged language [ 47s] when called with an unknown language [ 47s] reports an error and returns the default fallback language [ 47s] returns the default fallback language without reporting an error if it is disabled [ 47s] #Set [ 47s] when called in inst-sys [ 47s] sets the new language, encoding integrates inst-sys extension and adapts install.inf [ 47s] otherwise (running system, AutoYast config, etc.) [ 47s] sets the new language and encoding [ 47s] when called in text mode, in first stage, and user wants CJK language [ 47s] sets language name into its English translation [ 47s] #Save [ 47s] updates the .sysconfig.language.INSTALLED_LANGUAGES value [ 47s] forces writting .sysconfig.language to disk [ 47s] when language is zh_HK [ 47s] sets LC_MESSAGES to zh_TW [ 47s] when LC_MESSAGES is zh_TW [ 47s] and language is not zh_HK [ 47s] cleans LC_MESSAGES [ 47s] when using the readonly_language feature [ 47s] sets the default language using localectl [ 47s] in the initial stage [ 47s] sets the default language using systemd-firstboot [ 47s] when not using the readonly_language feature [ 47s] sets the chosen language using localectl [ 47s] in the initial stage [ 48s] sets the default language using systemd-firstboot [ 48s] when the command fails [ 48s] reports an error [ 48s] #GetLocaleString [ 48s] when using UTF-8 [ 48s] returns the full locale [ 48s] and the language is not found in the database [ 48s] returns the full locale [ 48s] and the suffix '@' is already include in the given locale [ 48s] returns the same locale [ 48s] when UTF-8 is not being used [ 48s] returns the full language identifier with no encoding [ 48s] #ResetRecommendedPackages [ 48s] resets the recommended packages [ 48s] #SwitchToEnglishIfNeeded [ 48s] when running on normal stage [ 48s] does not change the language [ 48s] returns false [ 48s] when not running on textmode [ 48s] does not change the language [ 48s] when running on fbiterm [ 48s] and it is using a supported language [ 48s] does not change the language [ 48s] returns false [ 48s] and it is using a non supported language [ 48s] changes the language to English [ 48s] displays an error message if asked to do so [ 48s] does not display any error message if not asked to do so [ 48s] returns true [ 48s] when not running on fbiterm [ 48s] and it is not using a CJK language [ 48s] does not change the language [ 48s] returns false [ 48s] and it is using a CJK language [ 48s] changes the language to English [ 48s] displays an error message if asked to do so [ 48s] does not display any error message if not asked to do so [ 48s] returns true [ 48s] #FillEnglishNames [ 48s] does not modify the WFM language [ 48s] #main_language [ 48s] returns empty string for nil [ 48s] returns main language for variant with dialect [ 48s] returns main language for variant with dialect and encoding [ 48s] returns main language even when it has more then two chars [ 48s] #Export [ 48s] returns map with language [ 48s] returns map with installed languages [ 48s] returns map with use_utf8 if utf is not used [ 48s] language settings are default values [ 48s] exports an empty hash for the AutoYaST profile [ 48s] #Import [ 48s] sets language from map [ 48s] sets utf-8 encoding from map [ 48s] sets installed languages from map [ 48s] adds to installed languages language from map [ 48s] in autoinstallation [ 48s] sets package locale to imported language [ 48s] sets additional locales to imported languages [ 48s] #Summary [ 48s] returns string with html list [ 48s] #IncompleteTranslation [ 48s] returns true if language translation is lower than threshold [ 48s] returns false otherwise [ 48s] #GetGivenLanguageCountry [ 48s] returns country part of passed language [ 48s] returns upper cased language if country part is missing [ 48s] #Read [ 48s] sets initial language [ 48s] sets initial languages [ 48s] clears expert settings changed flag [ 48s] really is set to true [ 48s] reads language from localed.conf [ 48s] reads languages from sysconfig [ 48s] reads utf8 settings during runtime [ 48s] #MakeProposal [ 48s] returns array of string with proposal text [ 48s] force_reset is set to true [ 48s] sets default language [ 48s] language changed is set to true [ 48s] forces read of languages map [ 48s] [ 48s] Yast::Console [ 48s] #SelectFont [ 48s] sets console fonts for the given language [ 48s] returns the encoding [ 48s] when no console font is available [ 48s] does not set the console font [ 48s] returns the encoding [ 48s] when using a product with a decidated console map [ 48s] sets console fonts for the given language [ 48s] when using braille [ 48s] runs /usr/bin/setfont [ 48s] [ 48s] Failures: [ 48s] [ 48s] 1) Keyboards.all_keyboards returns list with all code valid [ 48s] Failure/Error: expect(valid_codes).to include(code) [ 48s] expected ["#", "#", "sg", "nl", "mk-utf", "trq", "uk", "is-latin1", "de", "la-latin1", "us", "ko", "ro-std", "...c", "cn-latin1", "cz-lat2-us", "es-cp850", "ir", "korean", "lt.std", "no-latin1", "ruwin_alt-UTF-8"] to include "es-ast" [ 48s] # ./keyboard/test/data/keyboard_test.rb:15:in `block (4 levels) in <top (required)>' [ 48s] # ./keyboard/test/data/keyboard_test.rb:13:in `each' [ 48s] # ./keyboard/test/data/keyboard_test.rb:13:in `block (3 levels) in <top (required)>' [ 48s] [ 48s] Finished in 2.22 seconds (files took 0.77672 seconds to load) [ 48s] 252 examples, 1 failure [ 48s] [ 48s] Failed examples: [ 48s] [ 48s] rspec ./keyboard/test/data/keyboard_test.rb:9 # Keyboards.all_keyboards returns list with all code valid [ 48s] [ 48s] rake aborted! [ 48s] Command failed with status (1): [rspec --color --format doc 'timezone/test/...] [ 48s] [ 48s] Tasks: TOP => test:unit [ 48s] (See full trace by running task with --trace) [ 48s] error: Bad exit status from /var/tmp/rpm-tmp.xPonwq (%check) [ 48s] [ 48s] [ 48s] RPM build errors: [ 48s] Bad exit status from /var/tmp/rpm-tmp.xPonwq (%check) [ 48s] [ 48s] yast-jenkins failed "build yast2-country.spec" at Tue May 4 08:21:07 UTC 2021. [ 48s] The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64 rm -rf YaST:Head rake aborted! Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...] Tasks: TOP => osc:sr => osc:commit => osc:build (See full trace by running task with --trace) cleaning Result: PID 21952 exited with value 1 Scanning for a pull request... Sending Net::HTTP::Get request to https://api.github.com/repos/yast/yast-country/pulls... OK Pull request not found Build step 'Execute shell' marked build as failure Not sending mail to unregistered user ancor@suse.de Not sending mail to unregistered user lslezak@suse.cz