Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1461921 Details for
Bug 1603971
fish: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-19 19:44:21 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 19:44:21 UTC
Size:
32.00 KB
patch
obsolete
>_open... -lrt >checking for library containing pthread_create... -lpthread >checking for library containing setupterm... -lncurses >checking for library containing dladdr... -ldl >checking for library containing gettext... none required >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking term.h usability... yes >checking term.h presence... yes >checking for term.h... yes >checking ncurses/term.h usability... yes >checking ncurses/term.h presence... yes >checking for ncurses/term.h... yes >checking ncurses.h usability... yes >checking ncurses.h presence... yes >checking for ncurses.h... yes >checking ncurses/curses.h usability... yes >checking ncurses/curses.h presence... yes >checking for ncurses/curses.h... yes >checking curses.h usability... yes >checking curses.h presence... yes >checking for curses.h... yes >checking stropts.h usability... no >checking stropts.h presence... no >checking for stropts.h... no >checking siginfo.h usability... no >checking siginfo.h presence... no >checking for siginfo.h... no >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking execinfo.h usability... yes >checking execinfo.h presence... yes >checking for execinfo.h... yes >checking spawn.h usability... yes >checking spawn.h presence... yes >checking for spawn.h... yes >checking sys/sysctl.h usability... yes >checking sys/sysctl.h presence... yes >checking for sys/sysctl.h... yes >checking libintl.h usability... yes >checking libintl.h presence... yes >checking for libintl.h... yes >checking size of wchar_t... 4 >checking for struct stat.st_ctime_nsec... no >checking for struct stat.st_mtimespec.tv_nsec... no >checking for struct stat.st_mtim.tv_nsec... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for struct dirent.d_type... yes >checking for wcsndup... no >checking for futimes... yes >checking for wcslcpy... no >checking for lrand48_r... yes >checking for killpg... yes >checking for backtrace_symbols... yes >checking for getifaddrs... yes >checking for futimens... yes >checking for clock_gettime... yes >checking for getpwent... yes >checking for flock... yes >checking for dirfd... yes >checking whether mkostemp is declared... yes >checking for mkostemp... yes >checking whether setupterm is declared... yes >checking for wcsdup... yes >checking for std::wcsdup... no >checking for wcscasecmp... yes >checking for std::wcscasecmp... no >checking for wcsncasecmp... yes >checking for std::wcsncasecmp... no >checking for gettext... yes >checking for gettext... (cached) yes >checking if ctermid_r() available... no >checking if struct winsize and TIOCGWINSZ exist... yes >checking for _nl_msg_cat_cntr symbol... yes >checking for sys_errlist array... yes >checking for _sys_errs array... yes >checking if we are using non varargs tparm.... no >checking for pcre2-config... pcre2-config >checking for library containing pcre2_compile_32... none required >configure: using system PCRE2 library >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >fish is now configured. >+ /usr/bin/make -O -j4 all fish_tests > FISH_BUILD_VERSION = '' > FISH_BUILD_VERSION = '2.7.1' > CXX = 'g++' > CXXFLAGS = '-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -Wextra -Wno-missing-field-initializers ' > MKDIR_P = '/usr/bin/mkdir -p' > CPPFLAGS = '-DLOCALEDIR="/usr/share/locale" -DPREFIX=L"/usr" -DDATADIR=L"/usr/share" -DSYSCONFDIR=L"/etc" -DBINDIR=L"/usr/bin" -DDOCDIR=L"/usr/share/doc/fish" -iquote. -iquote./src/ -DFISH_BUILD_VERSION="2.7.1"' > SED = '/usr/bin/sed' > AWK = 'gawk' > FGREP = '/usr/bin/grep -F' > msgfmt po/en.gmo > msgfmt po/nn.gmo > msgfmt po/nb.gmo > msgfmt po/pl.gmo > CAT AWK doc_src/commands.hdr > msgfmt po/fr.gmo > msgfmt po/pt_BR.gmo > prefix = '/usr' > sysconfdir = '/etc' > docdir = '/usr/share/doc/fish' > extra_completionsdir = '/usr/share/fish/vendor_completions.d' > extra_functionsdir = '/usr/share/fish/vendor_functions.d' > extra_confdir = '/usr/share/fish/vendor_conf.d' > MKDIR_P obj > msgfmt po/de.gmo > SED toc.txt > SED fish.pc > msgfmt po/sv.gmo > SED share/__fish_build_paths.fish > SEDFGREP lexicon.txt > msgfmt po/zh_CN.gmo > CXX obj/fish.o > CXX obj/autoload.o >src/autoload.cpp: In member function 'autoload_function_t* autoload_t::get_autoloaded_function_with_creation(const wcstring&, bool)': >src/autoload.cpp:141:14: warning: variable 'added' set but not used [-Wunused-but-set-variable] > bool added; > ^~~~~ > CXX obj/builtin.o > CXX obj/builtin_bg.o > CXX obj/builtin_block.o > CXX obj/builtin_bind.o > CXX obj/builtin_cd.o > CXX obj/builtin_builtin.o > CXX obj/builtin_command.o > CXX obj/builtin_contains.o > CXX obj/builtin_commandline.o > CXX obj/builtin_disown.o > CXX obj/builtin_complete.o > CXX obj/builtin_echo.o > CXX obj/builtin_emit.o > CXX obj/builtin_exit.o > CXX obj/builtin_fg.o > CXX obj/builtin_function.o > CXX obj/builtin_functions.o > CXX obj/builtin_jobs.o > CXX obj/builtin_history.o > CXX obj/builtin_argparse.o >src/builtin_argparse.cpp: In function 'void populate_option_strings(argparse_cmd_opts_t&, wcstring&, std::unique_ptr<woption, std::function<void(woption*)> >&)': >src/builtin_argparse.cpp:447:50: warning: narrowing conversion of 'opt_spec->option_spec_t::short_flag' from 'wchar_t' to 'int' inside { } [-Wnarrowing] > opt_spec->short_flag}; > ~~~~~~~~~~^~~~~~~~~~ > CXX obj/builtin_pwd.o > CXX obj/builtin_printf.o > CXX obj/builtin_random.o > CXX obj/builtin_realpath.o > CXX obj/builtin_read.o > CXX obj/builtin_return.o > CXX obj/builtin_set_color.o > CXX obj/builtin_source.o > CXX obj/fish_tests.o >src/fish_tests.cpp: In function 'void test_autosuggest_suggest_special()': >src/fish_tests.cpp:2525:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] > system("rmdir ~/test_autosuggest_suggest_special/"); > ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > CXX obj/builtin_status.o > CXX obj/builtin_set.o > CXX obj/builtin_ulimit.o > CXX obj/color.o > CXX obj/builtin_test.o >src/builtin_test.cpp: In member function 'virtual bool test_expressions::combining_expression::evaluate(wcstring_list_t&)': >src/builtin_test.cpp:594:12: warning: enum constant in boolean context [-Wint-in-bool-context] > return STATUS_INVALID_ARGS; > ^~~~~~~~~~~~~~~~~~~ > CXX obj/builtin_string.o > CXX obj/common.o > CXX obj/env_universal_common.o > CXX obj/event.o > CXX obj/complete.o > CXX obj/env.o > CXX obj/fish_version.o > CXX obj/exec.o > CXX obj/fallback.o >src/fallback.cpp: In function 'int fish_mkstemp_cloexec(char*)': >src/fallback.cpp:96:19: warning: the address of 'int mkostemp(char*, int)' will never be NULL [-Waddress] > if (&mkostemp != nullptr) { > ~~~~~~~~~~^~~~~~~~~~ >src/fallback.cpp: In function 'int bisearch(wchar_t, const interval*, int)': >src/fallback.cpp:385:13: warning: comparison of integer expressions of different signedness: 'wchar_t' and 'const int' [-Wsign-compare] > if (ucs < table[0].first || ucs > table[max].last) return 0; > ~~~~^~~~~~~~~~~~~~~~ >src/fallback.cpp:385:37: warning: comparison of integer expressions of different signedness: 'wchar_t' and 'const int' [-Wsign-compare] > if (ucs < table[0].first || ucs > table[max].last) return 0; > ~~~~^~~~~~~~~~~~~~~~~ >src/fallback.cpp:388:17: warning: comparison of integer expressions of different signedness: 'wchar_t' and 'const int' [-Wsign-compare] > if (ucs > table[mid].last) > ~~~~^~~~~~~~~~~~~~~~~ >src/fallback.cpp:390:22: warning: comparison of integer expressions of different signedness: 'wchar_t' and 'const int' [-Wsign-compare] > else if (ucs < table[mid].first) > ~~~~^~~~~~~~~~~~~~~~~~ > CXX obj/function.o > CXX obj/expand.o > CXX obj/highlight.o > CXX obj/input_common.o > CXX obj/intern.o > CXX obj/io.o > CXX obj/iothread.o > CXX obj/kill.o > CXX obj/output.o > CXX obj/history.o > CXX obj/input.o > CXX obj/parse_productions.o > CXX obj/pager.o >src/pager.cpp: In member function 'line_t pager_t::completion_print_item(const wcstring&, const pager_t::comp_t*, size_t, size_t, size_t, bool, bool, page_rendering_t*) const': >src/pager.cpp:116:24: warning: variable 'desc_width' set but not used [-Wunused-but-set-variable] > size_t comp_width, desc_width; > ^~~~~~~~~~ > CXX obj/parse_execution.o > CXX obj/parse_tree.o > CXX obj/parse_util.o > CXX obj/parser_keywords.o > CXX obj/postfork.o > CXX obj/parser.o > CXX obj/path.o > CXX obj/sanity.o > CXX obj/proc.o >src/proc.cpp: In function 'void handle_child_status(pid_t, int)': >src/proc.cpp:304:20: warning: variable 'prev' set but not used [-Wunused-but-set-variable] > process_t *prev = NULL; > ^~~~ > CXX obj/signal.o > CXX obj/utf8.o > CXX obj/tokenizer.o > CXX obj/util.o > CXX obj/wcstringutil.o > CXX obj/screen.o > CXX obj/wgetopt.o > CXX obj/wildcard.o > CXX obj/print_help.o > CXX obj/fish_indent.o > CXX obj/wutil.o >src/wutil.cpp: In function 'bool wreaddir_resolving(DIR*, const wcstring&, wcstring&, bool*)': >src/wutil.cpp:46:44: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] > int retval = readdir_r(dir, &d, &result); > ^ >In file included from src/wutil.cpp:5: >/usr/include/dirent.h:183:12: note: declared here > extern int readdir_r (DIR *__restrict __dirp, > ^~~~~~~~~ >src/wutil.cpp:46:44: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] > int retval = readdir_r(dir, &d, &result); > ^ >In file included from src/wutil.cpp:5: >/usr/include/dirent.h:183:12: note: declared here > extern int readdir_r (DIR *__restrict __dirp, > ^~~~~~~~~ >src/wutil.cpp: In function 'bool wreaddir(DIR*, wcstring&)': >src/wutil.cpp:99:48: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] > int retval = readdir_r(dir, &d_u.d, &result); > ^ >In file included from src/wutil.cpp:5: >/usr/include/dirent.h:183:12: note: declared here > extern int readdir_r (DIR *__restrict __dirp, > ^~~~~~~~~ >src/wutil.cpp:99:48: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] > int retval = readdir_r(dir, &d_u.d, &result); > ^ >In file included from src/wutil.cpp:5: >/usr/include/dirent.h:183:12: note: declared here > extern int readdir_r (DIR *__restrict __dirp, > ^~~~~~~~~ >src/wutil.cpp: In function 'bool wreaddir_for_dirs(DIR*, wcstring*)': >src/wutil.cpp:113:48: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] > int retval = readdir_r(dir, &d, &result); > ^ >In file included from src/wutil.cpp:5: >/usr/include/dirent.h:183:12: note: declared here > extern int readdir_r (DIR *__restrict __dirp, > ^~~~~~~~~ >src/wutil.cpp:113:48: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] > int retval = readdir_r(dir, &d, &result); > ^ >In file included from src/wutil.cpp:5: >/usr/include/dirent.h:183:12: note: declared here > extern int readdir_r (DIR *__restrict __dirp, > ^~~~~~~~~ > AWK CAT doc_src/index.hdr > HDR_FILES doc.h > SED lexicon_filter.tmp > CXX obj/reader.o > doxygen user_doc > CXX obj/fish_key_reader.o > CXX LD fish >/usr/bin/ld: obj/wutil.o: in function `safe_strerror(int)': >/builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >/usr/bin/ld: /builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead > CXX LD fish_indent >/usr/bin/ld: obj/wutil.o: in function `safe_strerror(int)': >/builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >/usr/bin/ld: /builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead > CXX LD fish_key_reader >/usr/bin/ld: obj/wutil.o: in function `safe_strerror(int)': >/builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >/usr/bin/ld: /builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead > CXX LD fish_tests >/usr/bin/ld: obj/wutil.o: in function `safe_strerror(int)': >/builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead >/usr/bin/ld: /builddir/build/BUILD/fish-2.7.1/src/wutil.cpp:295: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead > doxygen share/man > doxygen file: /builddir/build/BUILD/fish-2.7.1/Doxyfile.help > input directory: /builddir/build/BUILD/fish-2.7.1/doc_src > input filter: /builddir/build/BUILD/fish-2.7.1/lexicon_filter > output directory: /builddir/build/BUILD/fish-2.7.1/share > skipping: >Built manpages >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KUm6nL >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64 '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64 >++ dirname /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64 >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64 >+ cd fish-2.7.1 >+ /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64 'INSTALL=/usr/bin/install -p' > FISH_BUILD_VERSION = '2.7.1' > CXX = 'g++' > CXXFLAGS = '-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-exceptions -Wextra -Wno-missing-field-initializers ' > MKDIR_P = '/usr/bin/mkdir -p' > SED = '/usr/bin/sed' > AWK = 'gawk' > FGREP = '/usr/bin/grep -F' > doxygen user_doc > prefix = '/usr' > sysconfdir = '/etc' > docdir = '/usr/share/doc/fish' > extra_completionsdir = '/usr/share/fish/vendor_completions.d' > extra_functionsdir = '/usr/share/fish/vendor_functions.d' > extra_confdir = '/usr/share/fish/vendor_conf.d' >fish has now been built. >Run make install to install fish. > HAVE_GETTEXT = '1' >Installing translations... >Installing online user documentation > datadir = '/usr/share' > mandir = '/usr/share/man' > Installing fish > Installing fish_indent > Installing fish_key_reader >Creating sysconfdir tree >Creating datadir tree >Creating placeholder vendor/'extra_' directories >Installing pkgconfig file >Installing the fish completion library... >Installing fish functions >Installing man pages >Installing helper tools >Installing more man pages >Installing miscellaneous helper resources >Checking for legacy binaries... >fish is now installed on your system. >To run fish, type fish in your terminal. >Even if you are already in fish, you should now start a new fish session. >If you have SELinux enabled, you may need to manually update the security policy: > * use the command 'chcon -t shell_exec_t /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/bin/fish' >To set your colors, run fish_config >To scan your man pages for completions, run fish_update_completions >To accept autosuggestions (in grey) as you type, hit ctrl-F or right arrow key. >Have fun! <>< >+ gzip -9 -n /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/abbr.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/alias.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/and.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/argparse.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/begin.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/bg.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/bind.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/block.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/break.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/breakpoint.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/builtin.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/case.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/cd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/cdh.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/command.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/commandline.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/complete.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/contains.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/continue.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/count.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/dirh.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/dirs.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/disown.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/echo.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/else.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/emit.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/end.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/eval.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/exec.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/exit.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/false.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fg.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_breakpoint_prompt.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_config.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_indent.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_key_reader.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_mode_prompt.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_opt.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_prompt.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_right_prompt.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_update_completions.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/fish_vi_mode.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/for.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/funced.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/funcsave.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/function.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/functions.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/help.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/history.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/if.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/isatty.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/jobs.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/math.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/nextd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/not.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/open.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/or.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/popd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/prevd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/printf.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/prompt_pwd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/psub.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/pushd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/pwd.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/random.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/read.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/realpath.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/return.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/set.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/set_color.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/source.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/status.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/string.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/suspend.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/switch.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/test.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/trap.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/true.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/type.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/ulimit.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/umask.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/vared.1 /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/man/man1/while.1 >+ cp -a README.md /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/doc/fish >+ cp -a CONTRIBUTING.md /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/doc/fish >+ rmdir /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/vendor_completions.d >+ rmdir /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/vendor_conf.d >+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64 fish >+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.7.1-4.fc29 --unique-debug-suffix -2.7.1-4.fc29.aarch64 --unique-debug-src-base fish-2.7.1-4.fc29.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fish-2.7.1 >extracting debug info from /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/bin/fish >extracting debug info from /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/bin/fish_key_reader >extracting debug info from /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/bin/fish_indent >/usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. >3896 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 >/builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/tools/deroff.py >/builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/tools/web_config/webconfig.py >/builddir/build/BUILDROOT/fish-2.7.1-4.fc29.aarch64/usr/share/fish/tools/create_manpage_completions.py >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HIwwjP >+ umask 022 >+ cd /builddir/build/BUILD >+ cd fish-2.7.1 >+ ./fish_tests >0 / 5...done (2) >1 / 5...done (21) >2 / 5...done (401) >3 / 5...done (8001) >4 / 5...done (160001) >tcgetattr: Inappropriate ioctl for device >tcgetattr: Inappropriate ioctl for device >tcgetattr: Inappropriate ioctl for device >tcgetattr: Inappropriate ioctl for device >tcgetattr: Inappropriate ioctl for device >tcgetattr: Inappropriate ioctl for device ><W> (ignore): Locking the history file took too long (2.845 seconds). ><W> (ignore): Locking the history file took too long (2.837 seconds). ><W> (ignore): Locking the history file took too long (2.837 seconds). ><W> (ignore): Locking the history file took too long (2.841 seconds). ><W> (ignore): Locking the history file took too long (2.846 seconds). ><W> (ignore): Locking the history file took too long (2.841 seconds). ><W> (ignore): Locking the history file took too long (0.300 seconds). >Testing low-level functionality >Testing syntax highlighting >Testing parser two-token lookahead >Fuzzing parser (node size: 20) >All fuzzed in 2.173034 seconds! >Testing new parser! >1 / 13: Parse "; ; ; ": yes >2 / 13: Parse "if ; end": no >3 / 13: Parse "if true ; end": yes >4 / 13: Parse "if true; end ; end": no >5 / 13: Parse "if end; end ; end": no >6 / 13: Parse "if end": no >7 / 13: Parse "end": no >8 / 13: Parse "for i i": no >9 / 13: Parse "for i in a b c ; end": yes >10 / 13: Parse "begin end": yes >11 / 13: Parse "begin; end": yes >12 / 13: Parse "begin if true; end; end;": yes >13 / 13: Parse "begin if true ; echo hi ; end; end": yes >Parse tests complete >Testing new parser ad hoc tests >Testing new parser error reporting >Testing error messages >Testing escaping and unescaping >Testing formatting functions >Testing wide/narrow string conversion >Testing convert_nulls >Testing tokenizer >Test correct tokenization >Testing iothreads > (672.41 msec, with max of 64 threads) >Testing parser >Testing block nesting >Testing detection of invalid use of builtin commands >Testing basic evaluation >Testing recursion detection >Testing empty function name >Testing eval_args >Testing Ctrl-C cancellation. If this hangs, that's a bug! >Testing indents >Testing utf8 >Testing escape_sequences >Testing LRU cache >Testing parameter expansion >Testing fuzzy string matching >Testing abbreviations >Testing test builtin >Testing path functions >Testing pager navigation >Testing pager layout >Testing word motion >Testing is_potential_path >Testing colors >Testing complete >Testing input >Testing universal variables >Testing universal callbacks >Testing universal notifiers with strategy 2 >Testing completion insertions >Testing scenarios that should produce no autosuggestions >Testing autosuggestion combining >Testing wcstring_tok >Testing history >Testing history merge >Testing history race conditions >Error: Item dropped from history: 15852 161 >Error: Item dropped from history: 15852 136 >Error: Item dropped from history: 15858 177 >Error: Item dropped from history: 15858 176 >Error: Item dropped from history: 15859 161 >Error: Item dropped from history: 15851 159 >Error: Item dropped from history: 15851 158 >Error: Item dropped from history: 15851 157 >Error: Item dropped from history: 15851 156 >Error: Item dropped from history: 15851 155 >Error: Item dropped from history: 15859 154 >Error: Item dropped from history: 15859 153 >Error: Item dropped from history: 15854 186 >Error: Item dropped from history: 15856 101 >Error: Item dropped from history: 15856 100 >Error: Item dropped from history: 15853 85 >Error: Item dropped from history: 15853 84 >Error: Item dropped from history: 15853 83 >Error: Item dropped from history: 15853 82 >Error: Item dropped from history: 15853 81 >Error: Item dropped from history: 15853 80 >Error: Item dropped from history: 15853 79 >Error: Item dropped from history: 15853 78 >Error: Item dropped from history: 15853 77 >Error: Item dropped from history: 15853 76 >Error: Item dropped from history: 15853 75 >Error: Item dropped from history: 15853 74 >Error: Item dropped from history: 15853 73 >Error: Item dropped from history: 15853 72 >Error: Item dropped from history: 15853 71 >Error: Item dropped from history: 15853 70 >Error: Item dropped from history: 15853 69 >Error: Item dropped from history: 15853 68 >Error: Item dropped from history: 15853 67 >Error: Item dropped from history: 15853 66 >Error: Item dropped from history: 15853 65 >Error: Item dropped from history: 15853 64 >Error: Item dropped from history: 15853 63 >Error: Item dropped from history: 15853 62 >Error: Item dropped from history: 15858 86 >Error: Item dropped from history: 15859 61 >Error: Item dropped from history: 15851 86 >Error: Item dropped from hi/builddir/build/BUILD/fish-2.7.1/test/temp >story: 15855 36 >Error: Item dropped from history: 15855 35 >Error: Item dropped from history: 15855 34 >Error: Item dropped from history: 15855 33 >Error: Item dropped from history: 15855 32 >Error: Item dropped from history: 15855 31 >Error: Item dropped from history: 15855 30 >Error: Item dropped from history: 15855 29 >Error: Item dropped from history: 15855 28 >Error: Item dropped from history: 15855 27 >Error: Item dropped from history: 15855 26 >Error: Item dropped from history: 15855 25 >Error: Item dropped from history: 15855 24 >Error: Item dropped from history: 15855 23 >Error: Item dropped from history: 15855 22 >Error: Item dropped from history: 15855 21 >Error: Item dropped from history: 15855 20 >Error: Item dropped from history: 15855 19 >Error: Item dropped from history: 15855 18 >Error: Item dropped from history: 15855 17 >Error: Item dropped from history: 15855 16 >Error: Item dropped from history: 15855 15 >Error: Item dropped from history: 15855 14 >Error: Item dropped from history: 15855 13 >Error: Item dropped from history: 15855 12 >Error: Item dropped from history: 15855 11 >Error: Expected 2561 items, but instead got 2493 items >Testing history_sample_fish_1_x >Testing history_sample_fish_2_0 >Testing bash import >Testing history_sample_corrupt1 >Testing illegal command exit code >Testing utility functions >Encountered 69 errors in low-level tests >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.HIwwjP (%check) > Bad exit status from /var/tmp/rpm-tmp.HIwwjP (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/fish.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1603971
: 1461921 |
1461922
|
1461923