See <https://ci.opensuse.org/job/yast-yast-country-master/65/display/redirect?page=changes> Changes: [lslezak] Add bugzilla number (bsc#1185510) ------------------------------------------ [...truncated 52.21 KB...] [ 34s] change the keymap to the selected layout [ 34s] #cancel_handler [ 34s] closes the dialog [ 34s] restores the keyboard layout to the previous selected [ 34s] [ 34s] Y2Keyboard::KeyboardLayoutLoader [ 34s] #load_layout [ 34s] set layout temporarily [ 34s] [ 34s] Language::AutoClient [ 34s] #change [ 34s] runs select_language client [ 34s] returns the value from the select_language client [ 34s] #summary [ 34s] returns the AutoYaST summary [ 34s] #import [ 34s] imports the profile [ 34s] #export [ 34s] exports the profile [ 34s] #read [ 34s] reads language information [ 34s] #write [ 34s] writes language information [ 34s] returns the value from the finish client [ 34s] #reset [ 34s] resets the language setting [ 34s] #packages [ 34s] returns an empty hash (no packages to install) [ 34s] #modified? [ 34s] language information is modified ? [ 34s] #modified [ 34s] set to modified [ 34s] [ 34s] Y2Country::Widgets::LanguageSelection [ 34s] enlists all available languages [ 34s] these methods are only tested if they exist [ 34s] #label [ 34s] produces a String [ 34s] #help [ 34s] produces a String [ 34s] #opt [ 34s] produces Symbols [ 34s] #handle [ 34s] produces a Symbol or nil [ 34s] #validate [ 34s] produces a Boolean (or nil) [ 34s] #items [ 34s] produces an array of pairs of strings [ 34s] #handle [ 34s] when language remains unchanged [ 34s] returns nil [ 34s] when language has been changed [ 34s] sets the new language [ 34s] resets the timezones map [ 34s] when emit_event is set to true and Yast::Mode is not config [ 34s] returns :redraw [ 34s] language needed to be switched to English [ 34s] switch language to english [ 34s] language does not need to be switched to English [ 34s] sets console font according to language [ 34s] sets WFM language according to selected language [ 34s] selected langauge is nn_NO [ 34s] it sets WFM language to nb_NO instead [ 34s] #store [ 34s] calls #handle method [ 34s] when emit_event is set to false and Yast::Mode is not config [ 34s] language needed to be switched to English [ 34s] switch language to english [ 34s] language does not need to be switched to English [ 34s] sets console font according to language [ 34s] sets WFM language according to selected language [ 34s] selected langauge is nn_NO [ 34s] it sets WFM language to nb_NO instead [ 34s] [ 34s] Yast::Language [ 34s] #integrate_inst_sys_extension [ 34s] shows UI feedback and extends the inst-sys for selected language [ 34s] #valid_language? [ 34s] when checking for a known, valid language [ 34s] returns true [ 34s] when checking for an unknown language [ 34s] returns false [ 34s] #correct_language [ 34s] when called with a known, valid language [ 34s] returns the same unchanged language [ 34s] when called with an unknown language [ 34s] reports an error and returns the default fallback language [ 34s] returns the default fallback language without reporting an error if it is disabled [ 34s] #Set [ 34s] when called in inst-sys [ 35s] sets the new language, encoding integrates inst-sys extension and adapts install.inf [ 35s] otherwise (running system, AutoYast config, etc.) [ 35s] sets the new language and encoding [ 35s] when called in text mode, in first stage, and user wants CJK language [ 35s] sets language name into its English translation [ 35s] #Save [ 35s] updates the .sysconfig.language.INSTALLED_LANGUAGES value [ 35s] forces writting .sysconfig.language to disk [ 35s] when language is zh_HK [ 35s] sets LC_MESSAGES to zh_TW [ 35s] when LC_MESSAGES is zh_TW [ 35s] and language is not zh_HK [ 35s] cleans LC_MESSAGES [ 35s] when using the readonly_language feature [ 35s] sets the default language using localectl [ 35s] in the initial stage [ 35s] sets the default language using systemd-firstboot [ 35s] when not using the readonly_language feature [ 35s] sets the chosen language using localectl [ 35s] in the initial stage [ 35s] sets the default language using systemd-firstboot [ 35s] when the command fails [ 35s] reports an error [ 35s] #GetLocaleString [ 35s] when using UTF-8 [ 35s] returns the full locale [ 35s] and the language is not found in the database [ 35s] returns the full locale [ 35s] and the suffix '@' is already include in the given locale [ 35s] returns the same locale [ 35s] when UTF-8 is not being used [ 35s] returns the full language identifier with no encoding [ 35s] #ResetRecommendedPackages [ 35s] resets the recommended packages [ 35s] #SwitchToEnglishIfNeeded [ 35s] when running on normal stage [ 35s] does not change the language [ 35s] returns false [ 35s] when not running on textmode [ 35s] does not change the language [ 35s] when running on fbiterm [ 35s] and it is using a supported language [ 35s] does not change the language [ 35s] returns false [ 35s] and it is using a non supported language [ 35s] changes the language to English [ 35s] displays an error message if asked to do so [ 35s] does not display any error message if not asked to do so [ 35s] returns true [ 35s] when not running on fbiterm [ 35s] and it is not using a CJK language [ 35s] does not change the language [ 35s] returns false [ 35s] and it is using a CJK language [ 35s] changes the language to English [ 35s] displays an error message if asked to do so [ 35s] does not display any error message if not asked to do so [ 35s] returns true [ 35s] #FillEnglishNames [ 35s] does not modify the WFM language [ 35s] #main_language [ 35s] returns empty string for nil [ 35s] returns main language for variant with dialect [ 35s] returns main language for variant with dialect and encoding [ 35s] returns main language even when it has more then two chars [ 35s] #Export [ 35s] returns map with language [ 35s] returns map with installed languages [ 35s] returns map with use_utf8 if utf is not used [ 35s] language settings are default values [ 35s] exports an empty hash for the AutoYaST profile [ 35s] #Import [ 35s] sets language from map [ 35s] sets utf-8 encoding from map [ 35s] sets installed languages from map [ 35s] adds to installed languages language from map [ 35s] in autoinstallation [ 35s] sets package locale to imported language [ 35s] sets additional locales to imported languages [ 35s] #Summary [ 35s] returns string with html list [ 35s] #IncompleteTranslation [ 35s] returns true if language translation is lower than threshold [ 36s] returns false otherwise [ 36s] #GetGivenLanguageCountry [ 36s] returns country part of passed language [ 36s] returns upper cased language if country part is missing [ 36s] #Read [ 36s] sets initial language [ 36s] sets initial languages [ 36s] clears expert settings changed flag [ 36s] really is set to true [ 36s] reads language from localed.conf [ 36s] reads languages from sysconfig [ 36s] reads utf8 settings during runtime [ 36s] #MakeProposal [ 36s] returns array of string with proposal text [ 36s] force_reset is set to true [ 36s] sets default language [ 36s] language changed is set to true [ 36s] forces read of languages map [ 36s] [ 36s] Yast::Console [ 36s] #SelectFont [ 36s] sets console fonts for the given language [ 36s] returns the encoding [ 36s] when no console font is available [ 36s] does not set the console font [ 36s] returns the encoding [ 36s] when using a product with a decidated console map [ 36s] sets console fonts for the given language [ 36s] when using braille [ 36s] runs /usr/bin/setfont [ 36s] [ 36s] Failures: [ 36s] [ 36s] 1) Keyboards.all_keyboards returns list with all code valid [ 36s] Failure/Error: expect(valid_codes).to include(code) [ 36s] 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" [ 36s] # ./keyboard/test/data/keyboard_test.rb:15:in `block (4 levels) in <top (required)>' [ 36s] # ./keyboard/test/data/keyboard_test.rb:13:in `each' [ 36s] # ./keyboard/test/data/keyboard_test.rb:13:in `block (3 levels) in <top (required)>' [ 36s] [ 36s] Finished in 2.2 seconds (files took 0.74714 seconds to load) [ 36s] 252 examples, 1 failure [ 36s] [ 36s] Failed examples: [ 36s] [ 36s] rspec ./keyboard/test/data/keyboard_test.rb:9 # Keyboards.all_keyboards returns list with all code valid [ 36s] [ 36s] rake aborted! [ 36s] Command failed with status (1): [rspec --color --format doc 'timezone/test/...] [ 36s] [ 36s] Tasks: TOP => test:unit [ 36s] (See full trace by running task with --trace) [ 36s] error: Bad exit status from /var/tmp/rpm-tmp.U095dR (%check) [ 36s] [ 36s] [ 36s] RPM build errors: [ 36s] Bad exit status from /var/tmp/rpm-tmp.U095dR (%check) [ 36s] [ 36s] yast-jenkins failed "build yast2-country.spec" at Fri Apr 30 16:42:36 UTC 2021. [ 36s] 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 965 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